Color Hex Logo

#dbc854 Color Hex

#DBC854
(219,200,84)
0 Favorites   0 Comments

Color spaces of #dbc854

RGB 21920084
HSL0.140.650.59
HSV52°62°86°
CMYK 0.000.090.62   0.14
XYZ51.467957.008716.6786
Yxy57.00870.41120.4555
Hunter Lab75.5041-10.456439.7559
CIE-Lab80.1845-7.049158.8240

#dbc854 color RGB value is (219,200,84).

#dbc854 hex color red value is 219, green value is 200 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #dbc854 hue: 0.14 , saturation: 0.65 and the lightness value of dbc854 is 0.59.

The process color (four color CMYK) of #dbc854 color hex is 0.00, 0.09, 0.62, 0.14. Web safe color of #dbc854 is #cccc66. Color #dbc854 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 01010100
Octal 333 310 124
Decimal 219 200 84
Hex DB C8 54

RGB Percentages of Color #dbc854

%43.54
%39.76
%16.70

CMYK Percentages of Color #dbc854

%0
%9
%62
%14

Triadic Colors of #dbc854

#dbc854 #54dbc8 #c854db

Analogous Colors of #dbc854

#dbc854 #abdb54 #db8554

Monochromatic Colors of #dbc854

#dbc854

Complementary Color

#dbc854 #5467db

#dbc854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc854 Color CSS Codes

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

#dbc854 Text Font Color

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

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


#dbc854 Background Color

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

This div background color is #dbc854


#dbc854 Border Color

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

This div border color is #dbc854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc854


Comments

No comments written yet.

Please login to write comment.