#DCD3AC

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

Shades of Sapling #DCD3AC

Tints of Sapling #DCD3AC

Color information

#DCD3AC (or 0xDCD3AC) is unknown color: approx Sapling. HEX triplet: DC, D3 and AC. RGB value is (220,211,172). Sum of RGB (Red+Green+Blue) = 220+211+172=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3AC is #232C53. Grayscale: #D1D1D1. Windows color (decimal): -2305108 or 11326428. OLE color: 11326428.

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

Color convert

RGB220211172-
CMYK00.040.220.14
HSL48.75º40.68%76.86%-
HSV(B)48.75º21.82%86.27%-
XYZ60.2664.7848.36-
YUV209.24106.98135.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 211 (82.81% from 255) = 34.99%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=36.48%
G=34.99%
B=28.52%

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
Decimal22021117200.040.220.1448.7540.6876.86
HexDCD3AC0416E31294d
Octal3343232540426166151115
Binary11011100110100111010110001001011011101100011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3AC; }

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

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

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

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

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

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

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

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