#D0DCBF

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

Shades of Ottoman #D0DCBF

Tints of Ottoman #D0DCBF

Color information

#D0DCBF (or 0xD0DCBF) is unknown color: approx Ottoman. HEX triplet: D0, DC and BF. RGB value is (208,220,191). Sum of RGB (Red+Green+Blue) = 208+220+191=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCBF is #2F2340. Grayscale: #D5D5D5. Windows color (decimal): -3089217 or 12573904. OLE color: 12573904.

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

Color convert

RGB208220191-
CMYK0.0500.130.14
HSL84.83º29.29%80.59%-
HSV(B)84.83º13.18%86.27%-
XYZ61.0168.3659.27-
YUV213.11115.52124.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 191 (75% from 255) = 30.86%
R=33.60%
G=35.54%
B=30.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082201910.0500.130.1484.8329.2980.59
HexD0DCBF50DE551d51
Octal32033427750151612535121
Binary1101000011011100101111111010110111101010101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCBF; }

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

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

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

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

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

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

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

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