#D49651

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

Shades of Whiskey Sour #D49651

Tints of Whiskey Sour #D49651

Color information

#D49651 (or 0xD49651) is unknown color: approx Whiskey Sour. HEX triplet: D4, 96 and 51. RGB value is (212,150,81). Sum of RGB (Red+Green+Blue) = 212+150+81=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D49651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49651 is #2B69AE. Grayscale: #A1A1A1. Windows color (decimal): -2845103 or 5347028. OLE color: 5347028.

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

Color convert

RGB21215081-
CMYK00.290.620.17
HSL31.6º60.37%57.45%-
HSV(B)31.6º61.79%83.14%-
XYZ39.5436.412.73-
YUV160.6783.04164.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.86%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 81 (32.03% from 255) = 18.28%
R=47.86%
G=33.86%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121508100.290.620.1731.660.3757.45
HexD4965101D3E11203c39
Octal3242261210357621407471
Binary1101010010010110101000101110111111010001100000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49651; }

 p { color: rgb(212,150,81); }

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

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

 a { background-color: rgb(212,150,81); }

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

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

 span { border-color: rgb(212,150,81); }

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