#D8966B

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

Shades of Whiskey #D8966B

Tints of Whiskey #D8966B

Color information

#D8966B (or 0xD8966B) is unknown color: approx Whiskey. HEX triplet: D8, 96 and 6B. RGB value is (216,150,107). Sum of RGB (Red+Green+Blue) = 216+150+107=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8966B is #276994. Grayscale: #A5A5A5. Windows color (decimal): -2582933 or 7050968. OLE color: 7050968.

HSL color Cylindrical-coordinate representation of color #D8966B: hue angle of 23.67º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8966B is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216150107-
CMYK00.310.500.15
HSL23.67º58.29%63.33%-
HSV(B)23.67º50.46%84.71%-
XYZ41.8837.4718.94-
YUV164.8395.37164.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.67%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 107 (42.19% from 255) = 22.62%
R=45.67%
G=31.71%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615010700.310.500.1523.6758.2963.33
HexD8966B01F32F183a3f
Octal3302261530376217307277
Binary11011000100101101101011011111110010111111000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8966B; }

 p { color: rgb(216,150,107); }

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

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

 a { background-color: rgb(216,150,107); }

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

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

 span { border-color: rgb(216,150,107); }

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