#D4DACB

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

Shades of Ottoman #D4DACB

Tints of Ottoman #D4DACB

Color information

#D4DACB (or 0xD4DACB) is unknown color: approx Ottoman. HEX triplet: D4, DA and CB. RGB value is (212,218,203). Sum of RGB (Red+Green+Blue) = 212+218+203=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DACB is #2B2534. Grayscale: #D6D6D6. Windows color (decimal): -2827573 or 13359828. OLE color: 13359828.

HSL color Cylindrical-coordinate representation of color #D4DACB: hue angle of 84º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4DACB is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB212218203-
CMYK0.0300.070.15
HSL84º16.85%82.55%-
HSV(B)84º6.88%85.49%-
XYZ6368.4566.39-
YUV214.5121.51126.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.49%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=33.49%
G=34.44%
B=32.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122182030.0300.070.158416.8582.55
HexD4DACB307F541153
Octal3243323133071712421123
Binary11010100110110101100101111011111111010100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DACB; }

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

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

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

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

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

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

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

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