#DCD2AC

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

Shades of Sapling #DCD2AC

Tints of Sapling #DCD2AC

Color information

#DCD2AC (or 0xDCD2AC) is unknown color: approx Sapling. HEX triplet: DC, D2 and AC. RGB value is (220,210,172). Sum of RGB (Red+Green+Blue) = 220+210+172=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2AC is #232D53. Grayscale: #D0D0D0. Windows color (decimal): -2305364 or 11326172. OLE color: 11326172.

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

Color convert

RGB220210172-
CMYK00.050.220.14
HSL47.5º40.68%76.86%-
HSV(B)47.5º21.82%86.27%-
XYZ60.0164.2948.28-
YUV208.66107.31136.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 210 (82.42% from 255) = 34.88%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=36.54%
G=34.88%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021017200.050.220.1447.540.6876.86
HexDCD2AC0516E30294d
Octal3343222540526166051115
Binary11011100110100101010110001011011011101100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2AC; }

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

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

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

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

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

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

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

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