#D4DCC9

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

Shades of Ottoman #D4DCC9

Tints of Ottoman #D4DCC9

Color information

#D4DCC9 (or 0xD4DCC9) is unknown color: approx Ottoman. HEX triplet: D4, DC and C9. RGB value is (212,220,201). Sum of RGB (Red+Green+Blue) = 212+220+201=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCC9 is #2B2336. Grayscale: #D7D7D7. Windows color (decimal): -2827063 or 13229268. OLE color: 13229268.

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

Color convert

RGB212220201-
CMYK0.0400.090.14
HSL85.26º21.35%82.55%-
HSV(B)85.26º8.64%86.27%-
XYZ63.2969.465.32-
YUV215.44119.85125.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.49%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 201 (78.91% from 255) = 31.75%
R=33.49%
G=34.76%
B=31.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122202010.0400.090.1485.2621.3582.55
HexD4DCC9409E551553
Octal32433431140111612525123
Binary1101010011011100110010011000100111101010101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCC9; }

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

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

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

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

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

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

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

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