Color Hex Logo

#dccb6d Color Hex

#DCCB6D
(220,203,109)
0 Favorites   0 Comments

Color spaces of #dccb6d

RGB 220203109
HSL0.140.610.65
HSV51°50°86°
CMYK 0.000.080.50   0.14
XYZ53.631559.031623.0356
Yxy59.03160.39520.4350
Hunter Lab76.8320-9.856736.0062
CIE-Lab81.3090-6.263548.6015

#dccb6d color RGB value is (220,203,109).

#dccb6d hex color red value is 220, green value is 203 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dccb6d hue: 0.14 , saturation: 0.61 and the lightness value of dccb6d is 0.65.

The process color (four color CMYK) of #dccb6d color hex is 0.00, 0.08, 0.50, 0.14. Web safe color of #dccb6d is #cccc66. Color #dccb6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 01101101
Octal 334 313 155
Decimal 220 203 109
Hex DC CB 6D

RGB Percentages of Color #dccb6d

%41.35
%38.16
%20.49

CMYK Percentages of Color #dccb6d

%0
%8
%50
%14

Triadic Colors of #dccb6d

#dccb6d #6ddccb #cb6ddc

Analogous Colors of #dccb6d

#dccb6d #b6dc6d #dc946d

Monochromatic Colors of #dccb6d

#dccb6d

Complementary Color

#dccb6d #6d7edc

#dccb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb6d Color CSS Codes

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

#dccb6d Text Font Color

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

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


#dccb6d Background Color

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

This div background color is #dccb6d


#dccb6d Border Color

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

This div border color is #dccb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb6d


Comments

No comments written yet.

Please login to write comment.