#DCD3AB

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

Shades of Sapling #DCD3AB

Tints of Sapling #DCD3AB

Color information

#DCD3AB (or 0xDCD3AB) is unknown color: approx Sapling. HEX triplet: DC, D3 and AB. RGB value is (220,211,171). Sum of RGB (Red+Green+Blue) = 220+211+171=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3AB is #232C54. Grayscale: #D1D1D1. Windows color (decimal): -2305109 or 11260892. OLE color: 11260892.

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

Color convert

RGB220211171-
CMYK00.040.220.14
HSL48.98º41.18%76.67%-
HSV(B)48.98º22.27%86.27%-
XYZ60.1664.7447.85-
YUV209.13106.48135.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 211 (82.81% from 255) = 35.05%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=36.54%
G=35.05%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021117100.040.220.1448.9841.1876.67
HexDCD3AB0416E31294d
Octal3343232530426166151115
Binary11011100110100111010101101001011011101100011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3AB; }

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

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

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

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

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

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

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

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