Html Css Color HEX #D0DCC9 Ottoman

📋 copy color: '#D0DCC9'

red 208 ◦ green 220 ◦ blue 201

#D0DCC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ottoman #D0DCC9

Tints of Ottoman #D0DCC9

RGB

 RED value IS 208 (81.64% from 255) = 33.07%

 GREEN value IS 220 (86.33% from 255) = 34.98%

 BLUE value IS 201 (78.91% from 255) = 31.96%

R = 33.07%
G = 34.98%
B = 31.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#D0DCC9 (or 0xD0DCC9) is known color: Ottoman. HEX triplet: D0, DC and C9. RGB value is (208,220,201). Sum of RGB (Red+Green+Blue) = 208+220+201=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCC9 is #2F2336. Grayscale: #D6D6D6. Windows color (decimal): -3089207 or 13229264. OLE color: 13229264.

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

Color convert

RGB 208 220 201 -
CMYK 0.05 0 0.09 0.14
HSL 97.89º 0.21% 0.83% -
HSV(B) 97.89º 0.09% 0.86% -
XYZ 62.15 68.81 65.27 -
YUV 214.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 208 220 201 0.05 0 0.09 0.14 97.89 0.21 0.83
Hex D0 DC C9 5 0 9 E 62 15 53
Octal 320 334 311 5 0 11 16 142 25 123
Binary 11010000 11011100 11001001 101 0 1001 1110 1100010 10101 1010011

Color Harmonies of #D0DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DCC9

Black with #D0DCC9

Text Example


Text Example

White with #D0DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DCC9; }

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

 H1.HeaderClassName
 {
   color: #D0DCC9;
 }
 .AnyTagClassName
 {
   color: #D0DCC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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