#D49363

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

Shades of Whiskey #D49363

Tints of Whiskey #D49363

Color information

#D49363 (or 0xD49363) is unknown color: approx Whiskey. HEX triplet: D4, 93 and 63. RGB value is (212,147,99). Sum of RGB (Red+Green+Blue) = 212+147+99=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D49363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49363 is #2B6C9C. Grayscale: #A1A1A1. Windows color (decimal): -2845853 or 6525908. OLE color: 6525908.

HSL color Cylindrical-coordinate representation of color #D49363: hue angle of 25.49º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D49363 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB21214799-
CMYK00.310.530.17
HSL25.49º56.78%60.98%-
HSV(B)25.49º53.3%83.14%-
XYZ39.8435.7716.61-
YUV160.9693.03164.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.29%
GREEN value IS 147 (57.81% from 255) = 32.10%
BLUE value IS 99 (39.06% from 255) = 21.62%
R=46.29%
G=32.10%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121479900.310.530.1725.4956.7860.98
HexD4936301F351119393d
Octal3242231430376521317175
Binary110101001001001111000110111111101011000111001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49363; }

 p { color: rgb(212,147,99); }

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

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

 a { background-color: rgb(212,147,99); }

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

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

 span { border-color: rgb(212,147,99); }

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