Color Hex Logo

#dccb46 Color Hex

#DCCB46
(220,203,70)
0 Favorites   0 Comments

Color spaces of #dccb46

RGB 22020370
HSL0.150.680.57
HSV53°68°86°
CMYK 0.000.080.68   0.14
XYZ51.976658.369714.3214
Yxy58.36970.41690.4682
Hunter Lab76.4001-12.262742.3660
CIE-Lab80.9439-8.984265.4327

#dccb46 color RGB value is (220,203,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 01000110
Octal 334 313 106
Decimal 220 203 70
Hex DC CB 46

RGB Percentages of Color #dccb46

%44.62
%41.18
%14.20

CMYK Percentages of Color #dccb46

%0
%8
%68
%14

Triadic Colors of #dccb46

#dccb46 #46dccb #cb46dc

Analogous Colors of #dccb46

#dccb46 #a2dc46 #dc8046

Monochromatic Colors of #dccb46

#dccb46

Complementary Color

#dccb46 #4657dc

#dccb46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb46 Color CSS Codes

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

#dccb46 Text Font Color

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

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


#dccb46 Background Color

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

This div background color is #dccb46


#dccb46 Border Color

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

This div border color is #dccb46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb46


Comments

No comments written yet.

Please login to write comment.