#DCDCC7

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

Shades of Green White #DCDCC7

Tints of Green White #DCDCC7

Color information

#DCDCC7 (or 0xDCDCC7) is unknown color: approx Green White. HEX triplet: DC, DC and C7. RGB value is (220,220,199). Sum of RGB (Red+Green+Blue) = 220+220+199=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCC7 is #232338. Grayscale: #D9D9D9. Windows color (decimal): -2302777 or 13098204. OLE color: 13098204.

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

Color convert

RGB220220199-
CMYK000.100.14
HSL60º23.08%82.16%-
HSV(B)60º9.55%86.27%-
XYZ65.4270.5364.2-
YUV217.61117.5129.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 199 (78.12% from 255) = 31.14%
R=34.43%
G=34.43%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220199000.100.146023.0882.16
HexDCDCC700AE3c1752
Octal3343343070012167427122
Binary1101110011011100110001110010101110111100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCC7; }

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

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

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

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

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

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

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

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