#dcd1a1

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

Shades of Sapling #DCD1A1

Tints of Sapling #DCD1A1

Color information

#DCD1A1 (or 0xDCD1A1) is unknown color: approx Sapling. HEX triplet: DC, D1 and A1. RGB value is (220,209,161). Sum of RGB (Red+Green+Blue) = 220+209+161=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1A1 is #232E5E. Grayscale: #CFCFCF. Windows color (decimal): -2305631 or 10605020. OLE color: 10605020.

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

Color convert

RGB220209161-
CMYK00.050.270.14
HSL48.81º45.74%74.71%-
HSV(B)48.81º26.82%86.27%-
XYZ58.7563.3942.86-
YUV206.82102.14137.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 209 (82.03% from 255) = 35.42%
BLUE value IS 161 (63.28% from 255) = 27.29%
R=37.29%
G=35.42%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020916100.050.270.1448.8145.7474.71
HexDCD1A1051BE312e4b
Octal3343212410533166156113
Binary11011100110100011010000101011101111101100011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcd1a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcd1a1; }

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

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

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

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

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

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

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

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