#D0DCBC

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

Shades of Ottoman #D0DCBC

Tints of Ottoman #D0DCBC

Color information

#D0DCBC (or 0xD0DCBC) is unknown color: approx Ottoman. HEX triplet: D0, DC and BC. RGB value is (208,220,188). Sum of RGB (Red+Green+Blue) = 208+220+188=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCBC is #2F2343. Grayscale: #D4D4D4. Windows color (decimal): -3089220 or 12377296. OLE color: 12377296.

HSL color Cylindrical-coordinate representation of color #D0DCBC: hue angle of 82.5º degrees, saturation: 0.31, 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 #D0DCBC is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB208220188-
CMYK0.0500.150.14
HSL82.5º31.37%80%-
HSV(B)82.5º14.55%86.27%-
XYZ60.6868.2357.55-
YUV212.76114.02124.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.77%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 188 (73.83% from 255) = 30.52%
R=33.77%
G=35.71%
B=30.52%

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
Decimal2082201880.0500.150.1482.531.3780
HexD0DCBC50FE521f50
Octal32033427450171612237120
Binary1101000011011100101111001010111111101010010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCBC; }

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

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

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

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

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

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

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

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