Color Hex Logo

#dbc054 Color Hex

#DBC054
(219,192,84)
0 Favorites   0 Comments

Color spaces of #dbc054

RGB 21919284
HSL0.130.650.59
HSV48°62°86°
CMYK 0.000.120.62   0.14
XYZ49.663353.399416.0771
Yxy53.39940.41680.4482
Hunter Lab73.0749-6.568538.1081
CIE-Lab78.1102-2.928256.5499

#dbc054 color RGB value is (219,192,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 01010100
Octal 333 300 124
Decimal 219 192 84
Hex DB C0 54

RGB Percentages of Color #dbc054

%44.24
%38.79
%16.97

CMYK Percentages of Color #dbc054

%0
%12
%62
%14

Triadic Colors of #dbc054

#dbc054 #54dbc0 #c054db

Analogous Colors of #dbc054

#dbc054 #b3db54 #db7d54

Monochromatic Colors of #dbc054

#dbc054

Complementary Color

#dbc054 #546fdb

#dbc054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc054 Color CSS Codes

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

#dbc054 Text Font Color

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

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


#dbc054 Background Color

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

This div background color is #dbc054


#dbc054 Border Color

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

This div border color is #dbc054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc054


Comments

No comments written yet.

Please login to write comment.