#dccda6

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

Shades of Sapling #DCCDA6

Tints of Sapling #DCCDA6

Color information

#DCCDA6 (or 0xDCCDA6) is unknown color: approx Sapling. HEX triplet: DC, CD and A6. RGB value is (220,205,166). Sum of RGB (Red+Green+Blue) = 220+205+166=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDA6 is #233259. Grayscale: #CDCDCD. Windows color (decimal): -2306650 or 10931676. OLE color: 10931676.

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

Color convert

RGB220205166-
CMYK00.070.250.14
HSL43.33º43.55%75.69%-
HSV(B)43.33º24.55%86.27%-
XYZ58.2361.6344.9-
YUV205.04105.97138.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=37.23%
G=34.69%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020516600.070.250.1443.3343.5575.69
HexDCCDA60719E2b2c4c
Octal3343152460731165354114
Binary11011100110011011010011001111100111101010111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dccda6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dccda6; }

 p { color: rgb(220,205,166); }

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

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

 a { background-color: rgb(220,205,166); }

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

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

 span { border-color: rgb(220,205,166); }

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