Color Hex Logo

#dbc454 Color Hex

#DBC454
(219,196,84)
0 Favorites   0 Comments

Color spaces of #dbc454

RGB 21919684
HSL0.140.650.59
HSV50°62°86°
CMYK 0.000.110.62   0.14
XYZ50.553655.180016.3739
Yxy55.18000.41400.4519
Hunter Lab74.2832-8.517238.9293
CIE-Lab79.1448-4.995657.6871

#dbc454 color RGB value is (219,196,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 01010100
Octal 333 304 124
Decimal 219 196 84
Hex DB C4 54

RGB Percentages of Color #dbc454

%43.89
%39.28
%16.83

CMYK Percentages of Color #dbc454

%0
%11
%62
%14

Triadic Colors of #dbc454

#dbc454 #54dbc4 #c454db

Analogous Colors of #dbc454

#dbc454 #afdb54 #db8154

Monochromatic Colors of #dbc454

#dbc454

Complementary Color

#dbc454 #546bdb

#dbc454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc454 Color CSS Codes

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

#dbc454 Text Font Color

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

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


#dbc454 Background Color

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

This div background color is #dbc454


#dbc454 Border Color

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

This div border color is #dbc454


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,196,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 #dbc454">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc454


Comments

No comments written yet.

Please login to write comment.