#D6C0B6

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

Shades of Wafer #D6C0B6

Tints of Wafer #D6C0B6

Color information

#D6C0B6 (or 0xD6C0B6) is unknown color: approx Wafer. HEX triplet: D6, C0 and B6. RGB value is (214,192,182). Sum of RGB (Red+Green+Blue) = 214+192+182=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C0B6 is #293F49. Grayscale: #C5C5C5. Windows color (decimal): -2703178 or 11976918. OLE color: 11976918.

HSL color Cylindrical-coordinate representation of color #D6C0B6: hue angle of 18.75º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6C0B6 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB214192182-
CMYK00.100.150.16
HSL18.75º28.07%77.65%-
HSV(B)18.75º14.95%83.92%-
XYZ55.0255.3752.04-
YUV197.44119.29139.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 182 (71.48% from 255) = 30.95%
R=36.39%
G=32.65%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419218200.100.150.1618.7528.0777.65
HexD6C0B60AF10131c4e
Octal32630026601217202334116
Binary1101011011000000101101100101011111000010011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C0B6; }

 p { color: rgb(214,192,182); }

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

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

 a { background-color: rgb(214,192,182); }

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

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

 span { border-color: rgb(214,192,182); }

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