#D0DCBD

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

Shades of Ottoman #D0DCBD

Tints of Ottoman #D0DCBD

Color information

#D0DCBD (or 0xD0DCBD) is unknown color: approx Ottoman. HEX triplet: D0, DC and BD. RGB value is (208,220,189). Sum of RGB (Red+Green+Blue) = 208+220+189=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCBD is #2F2342. Grayscale: #D4D4D4. Windows color (decimal): -3089219 or 12442832. OLE color: 12442832.

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

Color convert

RGB208220189-
CMYK0.0500.140.14
HSL83.23º30.69%80.2%-
HSV(B)83.23º14.09%86.27%-
XYZ60.7968.2758.12-
YUV212.88114.52124.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.71%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 189 (74.22% from 255) = 30.63%
R=33.71%
G=35.66%
B=30.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082201890.0500.140.1483.2330.6980.2
HexD0DCBD50EE531f50
Octal32033427550161612337120
Binary1101000011011100101111011010111011101010011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCBD; }

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

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

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

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

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

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

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

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