#D0DCCA

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

Shades of Ottoman #D0DCCA

Tints of Ottoman #D0DCCA

Color information

#D0DCCA (or 0xD0DCCA) is unknown color: approx Ottoman. HEX triplet: D0, DC and CA. RGB value is (208,220,202). Sum of RGB (Red+Green+Blue) = 208+220+202=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCCA is #2F2335. Grayscale: #D6D6D6. Windows color (decimal): -3089206 or 13294800. OLE color: 13294800.

HSL color Cylindrical-coordinate representation of color #D0DCCA: hue angle of 100º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0DCCA is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB208220202-
CMYK0.0500.080.14
HSL100º20.45%82.75%-
HSV(B)100º8.18%86.27%-
XYZ62.2768.8665.89-
YUV214.36121.02123.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.02%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=33.02%
G=34.92%
B=32.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082202020.0500.080.1410020.4582.75
HexD0DCCA508E641453
Octal32033431250101614424123
Binary1101000011011100110010101010100011101100100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCCA; }

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

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

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

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

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

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

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

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