Color Hex Logo

#dccb19 Color Hex

#DCCB19
(220,203,25)
0 Favorites   0 Comments

Color spaces of #dccb19

RGB 22020325
HSL0.150.800.48
HSV55°89°86°
CMYK 0.000.080.89   0.14
XYZ51.046657.99779.4239
Yxy57.99770.43090.4896
Hunter Lab76.1562-13.627045.9726
CIE-Lab80.7375-10.547978.3207

#dccb19 color RGB value is (220,203,25).

#dccb19 hex color red value is 220, green value is 203 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dccb19 hue: 0.15 , saturation: 0.80 and the lightness value of dccb19 is 0.48.

The process color (four color CMYK) of #dccb19 color hex is 0.00, 0.08, 0.89, 0.14. Web safe color of #dccb19 is #cccc00. Color #dccb19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 00011001
Octal 334 313 31
Decimal 220 203 25
Hex DC CB 19

RGB Percentages of Color #dccb19

%49.11
%45.31
%5.58

CMYK Percentages of Color #dccb19

%0
%8
%89
%14

Triadic Colors of #dccb19

#dccb19 #19dccb #cb19dc

Analogous Colors of #dccb19

#dccb19 #8cdc19 #dc6a19

Monochromatic Colors of #dccb19

#dccb19

Complementary Color

#dccb19 #192adc

#dccb19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb19 Color CSS Codes

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

#dccb19 Text Font Color

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

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


#dccb19 Background Color

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

This div background color is #dccb19


#dccb19 Border Color

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

This div border color is #dccb19


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,203,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dccb19; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dccb19;
  -webkit-box-shadow: 1px 1px 3px 2px #dccb19;
  box-shadow:         1px 1px 3px 2px #dccb19; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,203,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb19


Comments

No comments written yet.

Please login to write comment.