#D89C6B

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

Shades of Whiskey #D89C6B

Tints of Whiskey #D89C6B

Color information

#D89C6B (or 0xD89C6B) is unknown color: approx Whiskey. HEX triplet: D8, 9C and 6B. RGB value is (216,156,107). Sum of RGB (Red+Green+Blue) = 216+156+107=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C6B is #276394. Grayscale: #A8A8A8. Windows color (decimal): -2581397 or 7052504. OLE color: 7052504.

HSL color Cylindrical-coordinate representation of color #D89C6B: hue angle of 26.97º 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 #D89C6B is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216156107-
CMYK00.280.500.15
HSL26.97º58.29%63.33%-
HSV(B)26.97º50.46%84.71%-
XYZ42.8639.4419.26-
YUV168.3593.38161.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.09%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=45.09%
G=32.57%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615610700.280.500.1526.9758.2963.33
HexD89C6B01C32F1b3a3f
Octal3302341530346217337277
Binary11011000100111001101011011100110010111111011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89C6B; }

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

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

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

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

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

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

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

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