#DCDBC9

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

Shades of Green White #DCDBC9

Tints of Green White #DCDBC9

Color information

#DCDBC9 (or 0xDCDBC9) is unknown color: approx Green White. HEX triplet: DC, DB and C9. RGB value is (220,219,201). Sum of RGB (Red+Green+Blue) = 220+219+201=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBC9 is #232436. Grayscale: #D9D9D9. Windows color (decimal): -2303031 or 13229020. OLE color: 13229020.

HSL color Cylindrical-coordinate representation of color #DCDBC9: hue angle of 56.84º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCDBC9 is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220219201-
CMYK00.000.090.14
HSL56.84º21.35%82.55%-
HSV(B)56.84º8.64%86.27%-
XYZ65.3970.165.34-
YUV217.25118.83129.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 201 (78.91% from 255) = 31.41%
R=34.38%
G=34.22%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021920100.000.090.1456.8421.3582.55
HexDCDBC9009E391553
Octal3343333110011167125123
Binary1101110011011011110010010010011110111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBC9; }

 p { color: rgb(220,219,201); }

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

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

 a { background-color: rgb(220,219,201); }

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

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

 span { border-color: rgb(220,219,201); }

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