#DCD3AA

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

Shades of Sapling #DCD3AA

Tints of Sapling #DCD3AA

Color information

#DCD3AA (or 0xDCD3AA) is unknown color: approx Sapling. HEX triplet: DC, D3 and AA. RGB value is (220,211,170). Sum of RGB (Red+Green+Blue) = 220+211+170=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3AA is #232C55. Grayscale: #D1D1D1. Windows color (decimal): -2305110 or 11195356. OLE color: 11195356.

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

Color convert

RGB220211170-
CMYK00.040.230.14
HSL49.2º41.67%76.47%-
HSV(B)49.2º22.73%86.27%-
XYZ60.0764.7147.35-
YUV209.02105.98135.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 211 (82.81% from 255) = 35.11%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=36.61%
G=35.11%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021117000.040.230.1449.241.6776.47
HexDCD3AA0417E312a4c
Octal3343232520427166152114
Binary11011100110100111010101001001011111101100011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3AA; }

 p { color: rgb(220,211,170); }

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

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

 a { background-color: rgb(220,211,170); }

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

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

 span { border-color: rgb(220,211,170); }

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