#DCDCC5

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

Shades of Green White #DCDCC5

Tints of Green White #DCDCC5

Color information

#DCDCC5 (or 0xDCDCC5) is unknown color: approx Green White. HEX triplet: DC, DC and C5. RGB value is (220,220,197). Sum of RGB (Red+Green+Blue) = 220+220+197=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCC5 is #23233A. Grayscale: #D9D9D9. Windows color (decimal): -2302779 or 12967132. OLE color: 12967132.

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

Color convert

RGB220220197-
CMYK000.100.14
HSL60º24.73%81.76%-
HSV(B)60º10.45%86.27%-
XYZ65.1970.4362.98-
YUV217.38116.5129.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 197 (77.34% from 255) = 30.93%
R=34.54%
G=34.54%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220197000.100.146024.7381.76
HexDCDCC500AE3c1952
Octal3343343050012167431122
Binary1101110011011100110001010010101110111100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCC5; }

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

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

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

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

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

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

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

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