Html Css Color HEX #D9C0B4 Wafer

📋 copy color: '#D9C0B4'

red 217 ◦ green 192 ◦ blue 180

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

Shades of Wafer #D9C0B4

Tints of Wafer #D9C0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.56%

R = 36.84%
G = 32.6%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D9C0B4 (or 0xD9C0B4) is known color: Wafer. HEX triplet: D9, C0 and B4. RGB value is (217,192,180). Sum of RGB (Red+Green+Blue) = 217+192+180=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0B4 is #263F4B. Grayscale: #C6C6C6. Windows color (decimal): -2506572 or 11845849. OLE color: 11845849.

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

Color convert

RGB 217 192 180 -
CMYK 0 0.12 0.17 0.15
HSL 19.46º 0.33% 0.78% -
HSV(B) 19.46º 0.17% 0.85% -
XYZ 55.7 55.75 51 -
YUV 198.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 217 192 180 0 0.12 0.17 0.15 19.46 0.33 0.78
Hex D9 C0 B4 0 C 11 F 13 21 4E
Octal 331 300 264 0 14 21 17 23 41 116
Binary 11011001 11000000 10110100 0 1100 10001 1111 10011 100001 1001110

Color Harmonies of #D9C0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C0B4

Black with #D9C0B4

Text Example


Text Example

White with #D9C0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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