#D2DACA

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

Shades of Ottoman #D2DACA

Tints of Ottoman #D2DACA

Color information

#D2DACA (or 0xD2DACA) is unknown color: approx Ottoman. HEX triplet: D2, DA and CA. RGB value is (210,218,202). Sum of RGB (Red+Green+Blue) = 210+218+202=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DACA is #2D2535. Grayscale: #D5D5D5. Windows color (decimal): -2958646 or 13294290. OLE color: 13294290.

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

Color convert

RGB210218202-
CMYK0.0400.070.15
HSL90º17.78%82.35%-
HSV(B)90º7.34%85.49%-
XYZ62.3168.1165.74-
YUV213.78121.35125.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=33.33%
G=34.60%
B=32.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102182020.0400.070.159017.7882.35
HexD2DACA407F5a1252
Octal3223323124071713222122
Binary110100101101101011001010100011111111011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DACA; }

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

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

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

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

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

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

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

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