#D0D9CA

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

Shades of Ottoman #D0D9CA

Tints of Ottoman #D0D9CA

Color information

#D0D9CA (or 0xD0D9CA) is unknown color: approx Ottoman. HEX triplet: D0, D9 and CA. RGB value is (208,217,202). Sum of RGB (Red+Green+Blue) = 208+217+202=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D9CA is #2F2635. Grayscale: #D4D4D4. Windows color (decimal): -3089974 or 13294032. OLE color: 13294032.

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

Color convert

RGB208217202-
CMYK0.0400.070.15
HSL96º16.48%82.16%-
HSV(B)96º6.91%85.1%-
XYZ61.4967.365.63-
YUV212.6122.02124.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.17%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=33.17%
G=34.61%
B=32.22%

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
Decimal2082172020.0400.070.159616.4882.16
HexD0D9CA407F601052
Octal3203313124071714020122
Binary110100001101100111001010100011111111100000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D9CA; }

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

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

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

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

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

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

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

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