#D0DCBB

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

Shades of Ottoman #D0DCBB

Tints of Ottoman #D0DCBB

Color information

#D0DCBB (or 0xD0DCBB) is unknown color: approx Ottoman. HEX triplet: D0, DC and BB. RGB value is (208,220,187). Sum of RGB (Red+Green+Blue) = 208+220+187=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCBB is #2F2344. Grayscale: #D4D4D4. Windows color (decimal): -3089221 or 12311760. OLE color: 12311760.

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

Color convert

RGB208220187-
CMYK0.0500.150.14
HSL81.82º32.04%79.8%-
HSV(B)81.82º15%86.27%-
XYZ60.5868.1856.98-
YUV212.65113.52124.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.82%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=33.82%
G=35.77%
B=30.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082201870.0500.150.1481.8232.0479.8
HexD0DCBB50FE522050
Octal32033427350171612240120
Binary11010000110111001011101110101111111010100101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCBB; }

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

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

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

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

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

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

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

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