#DCCEA4

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

Shades of Sapling #DCCEA4

Tints of Sapling #DCCEA4

Color information

#DCCEA4 (or 0xDCCEA4) is unknown color: approx Sapling. HEX triplet: DC, CE and A4. RGB value is (220,206,164). Sum of RGB (Red+Green+Blue) = 220+206+164=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEA4 is #23315B. Grayscale: #CDCDCD. Windows color (decimal): -2306396 or 10800860. OLE color: 10800860.

HSL color Cylindrical-coordinate representation of color #DCCEA4: hue angle of 45º 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 #DCCEA4 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220206164-
CMYK00.060.250.14
HSL45º44.44%75.29%-
HSV(B)45º25.45%86.27%-
XYZ58.2962.0444.02-
YUV205.4104.64138.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 164 (64.45% from 255) = 27.80%
R=37.29%
G=34.92%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020616400.060.250.144544.4475.29
HexDCCEA40619E2d2c4b
Octal3343162440631165554113
Binary11011100110011101010010001101100111101011011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEA4; }

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

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

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

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

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

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

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

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