#D4DCC0

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

Shades of Gin #D4DCC0

Tints of Gin #D4DCC0

Color information

#D4DCC0 (or 0xD4DCC0) is unknown color: approx Gin. HEX triplet: D4, DC and C0. RGB value is (212,220,192). Sum of RGB (Red+Green+Blue) = 212+220+192=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCC0 is #2B233F. Grayscale: #D6D6D6. Windows color (decimal): -2827072 or 12639444. OLE color: 12639444.

HSL color Cylindrical-coordinate representation of color #D4DCC0: hue angle of 77.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4DCC0 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB212220192-
CMYK0.0400.130.14
HSL77.14º28.57%80.78%-
HSV(B)77.14º12.73%86.27%-
XYZ62.2668.9959.9-
YUV214.42115.35126.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.97%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 192 (75.39% from 255) = 30.77%
R=33.97%
G=35.26%
B=30.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122201920.0400.130.1477.1428.5780.78
HexD4DCC040DE4d1d51
Octal32433430040151611535121
Binary1101010011011100110000001000110111101001101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCC0; }

 p { color: rgb(212,220,192); }

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

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

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

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

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

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

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