#D89269

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

Shades of Whiskey #D89269

Tints of Whiskey #D89269

Color information

#D89269 (or 0xD89269) is unknown color: approx Whiskey. HEX triplet: D8, 92 and 69. RGB value is (216,146,105). Sum of RGB (Red+Green+Blue) = 216+146+105=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D89269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89269 is #276D96. Grayscale: #A2A2A2. Windows color (decimal): -2583959 or 6918872. OLE color: 6918872.

HSL color Cylindrical-coordinate representation of color #D89269: hue angle of 22.16º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D89269 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB216146105-
CMYK00.320.510.15
HSL22.16º58.73%62.94%-
HSV(B)22.16º51.39%84.71%-
XYZ41.1536.1818.18-
YUV162.2695.69166.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 105 (41.41% from 255) = 22.48%
R=46.25%
G=31.26%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614610500.320.510.1522.1658.7362.94
HexD8926902033F163b3f
Octal3302221510406317267377
Binary110110001001001011010010100000110011111110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89269; }

 p { color: rgb(216,146,105); }

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

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

 a { background-color: rgb(216,146,105); }

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

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

 span { border-color: rgb(216,146,105); }

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