Html Css Color HEX #D0D7C8 Ottoman

📋 copy color: '#D0D7C8'

red 208 ◦ green 215 ◦ blue 200

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

Shades of Ottoman #D0D7C8

Tints of Ottoman #D0D7C8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.51%

 BLUE value IS 200 (78.52% from 255) = 32.1%

R = 33.39%
G = 34.51%
B = 32.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D0D7C8 (or 0xD0D7C8) is known color: Ottoman. HEX triplet: D0, D7 and C8. RGB value is (208,215,200). Sum of RGB (Red+Green+Blue) = 208+215+200=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D7C8 is #2F2837. Grayscale: #D3D3D3. Windows color (decimal): -3090488 or 13162448. OLE color: 13162448.

HSL color Cylindrical-coordinate representation of color #D0D7C8: hue angle of 88º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0D7C8 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 215 200 -
CMYK 0.03 0 0.07 0.16
HSL 88º 0.16% 0.81% -
HSV(B) 88º 0.07% 0.84% -
XYZ 60.74 66.18 64.22 -
YUV 211.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 208 215 200 0.03 0 0.07 0.16 88 0.16 0.81
Hex D0 D7 C8 3 0 7 10 58 10 51
Octal 320 327 310 3 0 7 20 130 20 121
Binary 11010000 11010111 11001000 11 0 111 10000 1011000 10000 1010001

Color Harmonies of #D0D7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D7C8

Black with #D0D7C8

Text Example


Text Example

White with #D0D7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D7C8; }

 p { color: rgb(208,215,200); }

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

background-color css

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

 a { background-color: rgb(208,215,200); }

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

border-color css

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

 span { border-color: rgb(208,215,200); }

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