Html Css Color HEX #D9C0BA Wafer

📋 copy color: '#D9C0BA'

red 217 ◦ green 192 ◦ blue 186

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

Shades of Wafer #D9C0BA

Tints of Wafer #D9C0BA

RGB

 RED value IS 217 (85.16% from 255) = 36.47%

 GREEN value IS 192 (75.39% from 255) = 32.27%

 BLUE value IS 186 (73.05% from 255) = 31.26%

R = 36.47%
G = 32.27%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9C0BA (or 0xD9C0BA) is known color: Wafer. HEX triplet: D9, C0 and BA. RGB value is (217,192,186). Sum of RGB (Red+Green+Blue) = 217+192+186=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0BA is #263F45. Grayscale: #C6C6C6. Windows color (decimal): -2506566 or 12239065. OLE color: 12239065.

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

Color convert

RGB 217 192 186 -
CMYK 0 0.12 0.14 0.15
HSL 11.61º 0.29% 0.79% -
HSV(B) 11.61º 0.14% 0.85% -
XYZ 56.33 56 54.29 -
YUV 198.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 217 192 186 0 0.12 0.14 0.15 11.61 0.29 0.79
Hex D9 C0 BA 0 C E F C 1D 4F
Octal 331 300 272 0 14 16 17 14 35 117
Binary 11011001 11000000 10111010 0 1100 1110 1111 1100 11101 1001111

Color Harmonies of #D9C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C0BA

Black with #D9C0BA

Text Example


Text Example

White with #D9C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C0BA; }

 p { color: rgb(217,192,186); }

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

background-color css

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

 a { background-color: rgb(217,192,186); }

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

border-color css

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

 span { border-color: rgb(217,192,186); }

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