Html Css Color HEX #D49651 Whiskey Sour

📋 copy color: '#D49651'

red 212 ◦ green 150 ◦ blue 81

#D49651
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #D49651

Tints of Whiskey Sour #D49651

RGB

 RED value IS 212 (83.2% 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 value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D49651 (or 0xD49651) is known color: 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

RGB 212 150 81 -
CMYK 0 0.29 0.62 0.17
HSL 31.6º 0.6% 0.57% -
HSV(B) 31.6º 0.62% 0.83% -
XYZ 39.54 36.4 12.73 -
YUV 160.67 83.04 164.61 -
System Red Green Blue C M Y K H S L
Decimal 212 150 81 0 0.29 0.62 0.17 31.6 0.6 0.57
Hex D4 96 51 0 1D 3E 11 20 3C 39
Octal 324 226 121 0 35 76 21 40 74 71
Binary 11010100 10010110 1010001 0 11101 111110 10001 100000 111100 111001

Color Harmonies of #D49651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49651

Black with #D49651

Text Example


Text Example

White with #D49651

Text Example


Text Example

HTML Codes & Css Web 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>