#DCDCC9

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

Shades of Green White #DCDCC9

Tints of Green White #DCDCC9

Color information

#DCDCC9 (or 0xDCDCC9) is unknown color: approx Green White. HEX triplet: DC, DC and C9. RGB value is (220,220,201). Sum of RGB (Red+Green+Blue) = 220+220+201=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCC9 is #232336. Grayscale: #D9D9D9. Windows color (decimal): -2302775 or 13229276. OLE color: 13229276.

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

Color convert

RGB220220201-
CMYK000.090.14
HSL60º21.35%82.55%-
HSV(B)60º8.64%86.27%-
XYZ65.6570.6265.43-
YUV217.83118.5129.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 201 (78.91% from 255) = 31.36%
R=34.32%
G=34.32%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220201000.090.146021.3582.55
HexDCDCC9009E3c1553
Octal3343343110011167425123
Binary1101110011011100110010010010011110111100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCC9; }

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

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

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

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

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

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

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

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