color codes Logo

#dbc82b color codes

#DBC82B
(219,200,43)
0 Favorites   0 Comments

Color spaces of #dbc82b

RGB 21920043
HSL0.150.710.51
HSV54°80°86°
CMYK 0.000.090.80   0.14
XYZ50.303756.543010.5481
Yxy56.54300.42850.4816
Hunter Lab75.1951-12.179244.3196
CIE-Lab79.9219-9.013473.5278

#dbc82b color RGB value is (219,200,43).

#dbc82b hex color red value is 219, green value is 200 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dbc82b hue: 0.15 , saturation: 0.71 and the lightness value of dbc82b is 0.51.

The process color (four color CMYK) of #dbc82b color code is 0.00, 0.09, 0.80, 0.14. Web safe color of #dbc82b is #cccc33. Color #dbc82b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 00101011
Octal 333 310 53
Decimal 219 200 43
Hex DB C8 2B

RGB Percentages of Color #dbc82b

%47.40
%43.29
%9.31

CMYK Percentages of Color #dbc82b

%0
%9
%80
%14

Triadic Colors of #dbc82b

#dbc82b #2bdbc8 #c82bdb

Analogous Colors of #dbc82b

#dbc82b #96db2b #db702b

Monochromatic Colors of #dbc82b

#dbc82b

Complementary Color

#dbc82b #2b3edb

#dbc82b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc82b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc82b Color CSS Codes

.mybgcolor {background-color:#dbc82b; } 
.myforecolor {color:#dbc82b; }
.mybordercolor {border:3px solid #dbc82b; }

#dbc82b Text Font Color

<p style="color:#dbc82b">Text here</p>

This sample text font color is #dbc82b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbc82b Background Color

<div style="background-color:#dbc82b">
Div content here</div>

This div background color is #dbc82b


#dbc82b Border Color

<div style="border:3px solid #dbc82b">
Div here</div>

This div border color is #dbc82b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,200,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbc82b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbc82b;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc82b;
  box-shadow:         1px 1px 3px 2px #dbc82b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,200,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbc82b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc82b;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc82b;
  box-shadow:         1px 1px 3px 2px #dbc82b;">
Div content here</div>

This div box has shadow with color #dbc82b


Comments

No comments written yet.

Please login to write comment.