#DCD1AC

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

Shades of Sapling #DCD1AC

Tints of Sapling #DCD1AC

Color information

#DCD1AC (or 0xDCD1AC) is unknown color: approx Sapling. HEX triplet: DC, D1 and AC. RGB value is (220,209,172). Sum of RGB (Red+Green+Blue) = 220+209+172=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1AC is #232E53. Grayscale: #D0D0D0. Windows color (decimal): -2305620 or 11325916. OLE color: 11325916.

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

Color convert

RGB220209172-
CMYK00.050.220.14
HSL46.25º40.68%76.86%-
HSV(B)46.25º21.82%86.27%-
XYZ59.7663.848.19-
YUV208.07107.64136.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 209 (82.03% from 255) = 34.78%
BLUE value IS 172 (67.58% from 255) = 28.62%
R=36.61%
G=34.78%
B=28.62%

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
Decimal22020917200.050.220.1446.2540.6876.86
HexDCD1AC0516E2e294d
Octal3343212540526165651115
Binary11011100110100011010110001011011011101011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1AC; }

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

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

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

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

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

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

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

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