Html Css Color HEX #D0DDBC Ottoman

📋 copy color: '#D0DDBC'

red 208 ◦ green 221 ◦ blue 188

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

Shades of Ottoman #D0DDBC

Tints of Ottoman #D0DDBC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.82%

 BLUE value IS 188 (73.83% from 255) = 30.47%

R = 33.71%
G = 35.82%
B = 30.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#D0DDBC (or 0xD0DDBC) is known color: Ottoman. HEX triplet: D0, DD and BC. RGB value is (208,221,188). Sum of RGB (Red+Green+Blue) = 208+221+188=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDBC is #2F2243. Grayscale: #D5D5D5. Windows color (decimal): -3088964 or 12377552. OLE color: 12377552.

HSL color Cylindrical-coordinate representation of color #D0DDBC: hue angle of 83.64º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0DDBC is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 221 188 -
CMYK 0.06 0 0.15 0.13
HSL 83.64º 0.33% 0.8% -
HSV(B) 83.64º 0.15% 0.87% -
XYZ 60.95 68.75 57.64 -
YUV 213.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 208 221 188 0.06 0 0.15 0.13 83.64 0.33 0.8
Hex D0 DD BC 6 0 F D 54 21 50
Octal 320 335 274 6 0 17 15 124 41 120
Binary 11010000 11011101 10111100 110 0 1111 1101 1010100 100001 1010000

Color Harmonies of #D0DDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DDBC

Black with #D0DDBC

Text Example


Text Example

White with #D0DDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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