#DCD2AE

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

Shades of Sapling #DCD2AE

Tints of Sapling #DCD2AE

Color information

#DCD2AE (or 0xDCD2AE) is unknown color: approx Sapling. HEX triplet: DC, D2 and AE. RGB value is (220,210,174). Sum of RGB (Red+Green+Blue) = 220+210+174=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2AE is #232D51. Grayscale: #D1D1D1. Windows color (decimal): -2305362 or 11457244. OLE color: 11457244.

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

Color convert

RGB220210174-
CMYK00.050.210.14
HSL46.96º39.66%77.25%-
HSV(B)46.96º20.91%86.27%-
XYZ60.264.3649.3-
YUV208.89108.31135.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 210 (82.42% from 255) = 34.77%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=36.42%
G=34.77%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021017400.050.210.1446.9639.6677.25
HexDCD2AE0515E2f284d
Octal3343222560525165750115
Binary11011100110100101010111001011010111101011111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2AE; }

 p { color: rgb(220,210,174); }

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

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

 a { background-color: rgb(220,210,174); }

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

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

 span { border-color: rgb(220,210,174); }

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