Color Hex Logo

#dcb669 Color Hex

#DCB669
(220,182,105)
0 Favorites   0 Comments

Color spaces of #dcb669

RGB 220182105
HSL0.110.620.64
HSV40°52°86°
CMYK 0.000.170.52   0.14
XYZ48.793049.691520.3843
Yxy49.69150.41050.4180
Hunter Lab70.49220.192032.1996
CIE-Lab75.87954.320644.0000

#dcb669 color RGB value is (220,182,105).

#dcb669 hex color red value is 220, green value is 182 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dcb669 hue: 0.11 , saturation: 0.62 and the lightness value of dcb669 is 0.64.

The process color (four color CMYK) of #dcb669 color hex is 0.00, 0.17, 0.52, 0.14. Web safe color of #dcb669 is #cccc66. Color #dcb669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 01101001
Octal 334 266 151
Decimal 220 182 105
Hex DC B6 69

RGB Percentages of Color #dcb669

%43.39
%35.90
%20.71

CMYK Percentages of Color #dcb669

%0
%17
%52
%14

Triadic Colors of #dcb669

#dcb669 #69dcb6 #b669dc

Analogous Colors of #dcb669

#dcb669 #c9dc69 #dc7d69

Monochromatic Colors of #dcb669

#dcb669

Complementary Color

#dcb669 #698fdc

#dcb669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb669 Color CSS Codes

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

#dcb669 Text Font Color

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

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


#dcb669 Background Color

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

This div background color is #dcb669


#dcb669 Border Color

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

This div border color is #dcb669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb669

#dcb669 Color Palettes


Comments

No comments written yet.

Please login to write comment.