Color Hex Logo

#dbc047 Color Hex

#DBC047
(219,192,71)
0 Favorites   0 Comments

Color spaces of #dbc047

RGB 21919271
HSL0.140.670.57
HSV49°68°86°
CMYK 0.000.120.68   0.14
XYZ49.200453.214313.6395
Yxy53.21430.42390.4585
Hunter Lab72.9481-7.268639.9779
CIE-Lab78.0014-3.714162.0000

#dbc047 color RGB value is (219,192,71).

#dbc047 hex color red value is 219, green value is 192 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dbc047 hue: 0.14 , saturation: 0.67 and the lightness value of dbc047 is 0.57.

The process color (four color CMYK) of #dbc047 color hex is 0.00, 0.12, 0.68, 0.14. Web safe color of #dbc047 is #cccc33. Color #dbc047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 01000111
Octal 333 300 107
Decimal 219 192 71
Hex DB C0 47

RGB Percentages of Color #dbc047

%45.44
%39.83
%14.73

CMYK Percentages of Color #dbc047

%0
%12
%68
%14

Triadic Colors of #dbc047

#dbc047 #47dbc0 #c047db

Analogous Colors of #dbc047

#dbc047 #acdb47 #db7647

Monochromatic Colors of #dbc047

#dbc047

Complementary Color

#dbc047 #4762db

#dbc047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc047 Color CSS Codes

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

#dbc047 Text Font Color

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

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


#dbc047 Background Color

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

This div background color is #dbc047


#dbc047 Border Color

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

This div border color is #dbc047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc047


Comments

No comments written yet.

Please login to write comment.