#D0DCC0

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

Shades of Ottoman #D0DCC0

Tints of Ottoman #D0DCC0

Color information

#D0DCC0 (or 0xD0DCC0) is unknown color: approx Ottoman. HEX triplet: D0, DC and C0. RGB value is (208,220,192). Sum of RGB (Red+Green+Blue) = 208+220+192=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCC0 is #2F233F. Grayscale: #D5D5D5. Windows color (decimal): -3089216 or 12639440. OLE color: 12639440.

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

Color convert

RGB208220192-
CMYK0.0500.130.14
HSL85.71º28.57%80.78%-
HSV(B)85.71º12.73%86.27%-
XYZ61.1268.459.85-
YUV213.22116.02124.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.55%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=33.55%
G=35.48%
B=30.97%

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
Decimal2082201920.0500.130.1485.7128.5780.78
HexD0DCC050DE561d51
Octal32033430050151612635121
Binary1101000011011100110000001010110111101010110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCC0; }

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

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

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

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

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

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

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

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