#D0DACA

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

Shades of Ottoman #D0DACA

Tints of Ottoman #D0DACA

Color information

#D0DACA (or 0xD0DACA) is unknown color: approx Ottoman. HEX triplet: D0, DA and CA. RGB value is (208,218,202). Sum of RGB (Red+Green+Blue) = 208+218+202=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DACA is #2F2535. Grayscale: #D5D5D5. Windows color (decimal): -3089718 or 13294288. OLE color: 13294288.

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

Color convert

RGB208218202-
CMYK0.0500.070.15
HSL97.5º17.78%82.35%-
HSV(B)97.5º7.34%85.49%-
XYZ61.7467.8265.71-
YUV213.19121.69124.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.12%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=33.12%
G=34.71%
B=32.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082182020.0500.070.1597.517.7882.35
HexD0DACA507F611252
Octal3203323125071714122122
Binary110100001101101011001010101011111111100001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DACA; }

 p { color: rgb(208,218,202); }

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

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

 a { background-color: rgb(208,218,202); }

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

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

 span { border-color: rgb(208,218,202); }

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