#D4DCCB

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

Shades of Ottoman #D4DCCB

Tints of Ottoman #D4DCCB

Color information

#D4DCCB (or 0xD4DCCB) is unknown color: approx Ottoman. HEX triplet: D4, DC and CB. RGB value is (212,220,203). Sum of RGB (Red+Green+Blue) = 212+220+203=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCCB is #2B2334. Grayscale: #D7D7D7. Windows color (decimal): -2827061 or 13360340. OLE color: 13360340.

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

Color convert

RGB212220203-
CMYK0.0400.080.14
HSL88.24º19.54%82.94%-
HSV(B)88.24º7.73%86.27%-
XYZ63.5269.566.57-
YUV215.67120.85125.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.39%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=33.39%
G=34.65%
B=31.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122202030.0400.080.1488.2419.5482.94
HexD4DCCB408E581453
Octal32433431340101613024123
Binary1101010011011100110010111000100011101011000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCCB; }

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

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

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

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

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

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

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

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