Color Hex Logo

#dbc83b Color Hex

#DBC83B
(219,200,59)
0 Favorites   0 Comments

Color spaces of #dbc83b

RGB 21920059
HSL0.150.690.55
HSV53°73°86°
CMYK 0.000.090.73   0.14
XYZ50.657156.684412.4089
Yxy56.68440.42300.4734
Hunter Lab75.2890-11.654842.9303
CIE-Lab80.0018-8.412968.5539

#dbc83b color RGB value is (219,200,59).

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

The process color (four color CMYK) of #dbc83b color hex is 0.00, 0.09, 0.73, 0.14. Web safe color of #dbc83b is #cccc33. Color #dbc83b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 00111011
Octal 333 310 73
Decimal 219 200 59
Hex DB C8 3B

RGB Percentages of Color #dbc83b

%45.82
%41.84
%12.34

CMYK Percentages of Color #dbc83b

%0
%9
%73
%14

Triadic Colors of #dbc83b

#dbc83b #3bdbc8 #c83bdb

Analogous Colors of #dbc83b

#dbc83b #9edb3b #db783b

Monochromatic Colors of #dbc83b

#dbc83b

Complementary Color

#dbc83b #3b4edb

#dbc83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc83b Color CSS Codes

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

#dbc83b Text Font Color

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

This sample text font color is #dbc83b
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.


#dbc83b Background Color

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

This div background color is #dbc83b


#dbc83b Border Color

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

This div border color is #dbc83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc83b


Comments

No comments written yet.

Please login to write comment.