#D3DAC9

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

Shades of Ottoman #D3DAC9

Tints of Ottoman #D3DAC9

Color information

#D3DAC9 (or 0xD3DAC9) is unknown color: approx Ottoman. HEX triplet: D3, DA and C9. RGB value is (211,218,201). Sum of RGB (Red+Green+Blue) = 211+218+201=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DAC9 is #2C2536. Grayscale: #D6D6D6. Windows color (decimal): -2893111 or 13228755. OLE color: 13228755.

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

Color convert

RGB211218201-
CMYK0.0300.080.15
HSL84.71º18.68%82.16%-
HSV(B)84.71º7.8%85.49%-
XYZ62.4868.2165.13-
YUV213.97120.68125.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.49%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 201 (78.91% from 255) = 31.90%
R=33.49%
G=34.60%
B=31.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112182010.0300.080.1584.7118.6882.16
HexD3DAC9308F551352
Octal32333231130101712523122
Binary110100111101101011001001110100011111010101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DAC9; }

 p { color: rgb(211,218,201); }

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

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

 a { background-color: rgb(211,218,201); }

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

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

 span { border-color: rgb(211,218,201); }

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