Html Css Color HEX #D4DCC9 Ottoman

📋 copy color: '#D4DCC9'

red 212 ◦ green 220 ◦ blue 201

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

Shades of Ottoman #D4DCC9

Tints of Ottoman #D4DCC9

RGB

 RED value IS 212 (83.2% from 255) = 33.49%

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

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

R = 33.49%
G = 34.76%
B = 31.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#D4DCC9 (or 0xD4DCC9) is known color: Ottoman. HEX triplet: D4, DC and C9. RGB value is (212,220,201). Sum of RGB (Red+Green+Blue) = 212+220+201=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCC9 is #2B2336. Grayscale: #D7D7D7. Windows color (decimal): -2827063 or 13229268. OLE color: 13229268.

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

Color convert

RGB 212 220 201 -
CMYK 0.04 0 0.09 0.14
HSL 85.26º 0.21% 0.83% -
HSV(B) 85.26º 0.09% 0.86% -
XYZ 63.29 69.4 65.32 -
YUV 215.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 212 220 201 0.04 0 0.09 0.14 85.26 0.21 0.83
Hex D4 DC C9 4 0 9 E 55 15 53
Octal 324 334 311 4 0 11 16 125 25 123
Binary 11010100 11011100 11001001 100 0 1001 1110 1010101 10101 1010011

Color Harmonies of #D4DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DCC9

Black with #D4DCC9

Text Example


Text Example

White with #D4DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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