#D0DAC0

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

Shades of Ottoman #D0DAC0

Tints of Ottoman #D0DAC0

Color information

#D0DAC0 (or 0xD0DAC0) is unknown color: approx Ottoman. HEX triplet: D0, DA and C0. RGB value is (208,218,192). Sum of RGB (Red+Green+Blue) = 208+218+192=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DAC0 is #2F253F. Grayscale: #D4D4D4. Windows color (decimal): -3089728 or 12638928. OLE color: 12638928.

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

Color convert

RGB208218192-
CMYK0.0500.120.15
HSL83.08º26%80.39%-
HSV(B)83.08º11.93%85.49%-
XYZ60.667.3659.68-
YUV212.05116.69125.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.66%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 192 (75.39% from 255) = 31.07%
R=33.66%
G=35.28%
B=31.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082181920.0500.120.1583.082680.39
HexD0DAC050CF531a50
Octal32033230050141712332120
Binary1101000011011010110000001010110011111010011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAC0; }

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

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

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

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

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

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

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

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