#DCDBC8

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

Shades of Green White #DCDBC8

Tints of Green White #DCDBC8

Color information

#DCDBC8 (or 0xDCDBC8) is unknown color: approx Green White. HEX triplet: DC, DB and C8. RGB value is (220,219,200). Sum of RGB (Red+Green+Blue) = 220+219+200=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBC8 is #232437. Grayscale: #D9D9D9. Windows color (decimal): -2303032 or 13163484. OLE color: 13163484.

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

Color convert

RGB220219200-
CMYK00.000.090.14
HSL57º22.22%82.35%-
HSV(B)57º9.09%86.27%-
XYZ65.2770.0564.72-
YUV217.13118.33130.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 200 (78.52% from 255) = 31.30%
R=34.43%
G=34.27%
B=31.30%

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
Decimal22021920000.000.090.145722.2282.35
HexDCDBC8009E391652
Octal3343333100011167126122
Binary1101110011011011110010000010011110111001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBC8; }

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

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

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

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

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

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

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

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