#DCD3A0

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

Shades of Sapling #DCD3A0

Tints of Sapling #DCD3A0

Color information

#DCD3A0 (or 0xDCD3A0) is unknown color: approx Sapling. HEX triplet: DC, D3 and A0. RGB value is (220,211,160). Sum of RGB (Red+Green+Blue) = 220+211+160=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3A0 is #232C5F. Grayscale: #D0D0D0. Windows color (decimal): -2305120 or 10539996. OLE color: 10539996.

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

Color convert

RGB220211160-
CMYK00.040.270.14
HSL51º46.15%74.51%-
HSV(B)51º27.27%86.27%-
XYZ59.1564.3442.56-
YUV207.88100.98136.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 211 (82.81% from 255) = 35.70%
BLUE value IS 160 (62.89% from 255) = 27.07%
R=37.23%
G=35.70%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021116000.040.270.145146.1574.51
HexDCD3A0041BE332e4b
Octal3343232400433166356113
Binary11011100110100111010000001001101111101100111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3A0; }

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

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

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

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

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

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

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

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