#D09463

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

Shades of Whiskey #D09463

Tints of Whiskey #D09463

Color information

#D09463 (or 0xD09463) is unknown color: approx Whiskey. HEX triplet: D0, 94 and 63. RGB value is (208,148,99). Sum of RGB (Red+Green+Blue) = 208+148+99=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D09463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09463 is #2F6B9C. Grayscale: #A0A0A0. Windows color (decimal): -3107741 or 6526160. OLE color: 6526160.

HSL color Cylindrical-coordinate representation of color #D09463: hue angle of 26.97º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D09463 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB20814899-
CMYK00.290.520.18
HSL26.97º53.69%60.2%-
HSV(B)26.97º52.4%81.57%-
XYZ38.8535.4916.61-
YUV160.3593.38161.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 99 (39.06% from 255) = 21.76%
R=45.71%
G=32.53%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081489900.290.520.1826.9753.6960.2
HexD0946301D34121b363c
Octal3202241430356422336674
Binary110100001001010011000110111011101001001011011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09463; }

 p { color: rgb(208,148,99); }

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

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

 a { background-color: rgb(208,148,99); }

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

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

 span { border-color: rgb(208,148,99); }

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