#D7C0B4

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

Shades of Wafer #D7C0B4

Tints of Wafer #D7C0B4

Color information

#D7C0B4 (or 0xD7C0B4) is unknown color: approx Wafer. HEX triplet: D7, C0 and B4. RGB value is (215,192,180). Sum of RGB (Red+Green+Blue) = 215+192+180=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0B4 is #283F4B. Grayscale: #C5C5C5. Windows color (decimal): -2637644 or 11845847. OLE color: 11845847.

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

Color convert

RGB215192180-
CMYK00.110.160.16
HSL20.57º30.43%77.45%-
HSV(B)20.57º16.28%84.31%-
XYZ55.1155.4450.98-
YUV197.51118.12140.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 180 (70.70% from 255) = 30.66%
R=36.63%
G=32.71%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519218000.110.160.1620.5730.4377.45
HexD7C0B40B1010151e4d
Octal32730026401320202536115
Binary11010111110000001011010001011100001000010101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C0B4; }

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

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

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

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

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

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

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

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