#D9C4B9

Color #D9C4B9 Wafer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wafer #D9C4B9

Tints of Wafer #D9C4B9

Color information

#D9C4B9 (or 0xD9C4B9) is unknown color: approx Wafer. HEX triplet: D9, C4 and B9. RGB value is (217,196,185). Sum of RGB (Red+Green+Blue) = 217+196+185=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 196 (76.95% from 255 or 32.78% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4B9 is #263B46. Grayscale: #C9C9C9. Windows color (decimal): -2505543 or 12174553. OLE color: 12174553.

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

Color convert

RGB217196185-
CMYK00.100.150.15
HSL20.63º29.63%78.82%-
HSV(B)20.63º14.75%85.1%-
XYZ57.1157.7354.03-
YUV201.02118.96139.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.29%
GREEN value IS 196 (76.95% from 255) = 32.78%
BLUE value IS 185 (72.66% from 255) = 30.94%
R=36.29%
G=32.78%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719618500.100.150.1520.6329.6378.82
HexD9C4B90AFF151e4f
Octal33130427101217172536117
Binary110110011100010010111001010101111111110101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C4B9; }

 p { color: rgb(217,196,185); }

 H1.HeaderClassName
 {
   color: #D9C4B9;
 }
 .AnyTagClassName
 {
   color: #D9C4B9;
 }
</style>
background-color css

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

 a { background-color: rgb(217,196,185); }

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

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

 span { border-color: rgb(217,196,185); }

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