#DCD0A4

Color #DCD0A4 Sapling (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapling #DCD0A4

Tints of Sapling #DCD0A4

Color information

#DCD0A4 (or 0xDCD0A4) is unknown color: approx Sapling. HEX triplet: DC, D0 and A4. RGB value is (220,208,164). Sum of RGB (Red+Green+Blue) = 220+208+164=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD0A4 is #232F5B. Grayscale: #CECECE. Windows color (decimal): -2305884 or 10801372. OLE color: 10801372.

HSL color Cylindrical-coordinate representation of color #DCD0A4: hue angle of 47.14º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCD0A4 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220208164-
CMYK00.050.250.14
HSL47.14º44.44%75.29%-
HSV(B)47.14º25.45%86.27%-
XYZ58.7763.0144.19-
YUV206.57103.98137.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 37.16%
GREEN value IS 208 (81.64% from 255) = 35.14%
BLUE value IS 164 (64.45% from 255) = 27.70%
R=37.16%
G=35.14%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020816400.050.250.1447.1444.4475.29
HexDCD0A40519E2f2c4b
Octal3343202440531165754113
Binary11011100110100001010010001011100111101011111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD0A4; }

 p { color: rgb(220,208,164); }

 H1.HeaderClassName
 {
   color: #DCD0A4;
 }
 .AnyTagClassName
 {
   color: #DCD0A4;
 }
</style>
background-color css

<style>
 a { background-color: #DCD0A4; }

 a { background-color: rgb(220,208,164); }

 div.DivClassName
 {
   background-color: #DCD0A4;
 }
 .BgClassName
 {
   background-color: #DCD0A4;
 }
</style>
border-color css

<style>
 span { border-color: #DCD0A4; }

 span { border-color: rgb(220,208,164); }

 td.TdClassName
 {
   border-color: #DCD0A4;
 }
 .TagClassName
 {
   border-color: #DCD0A4;
 }
</style>