Html Css Color HEX #D49759 Whiskey Sour

📋 copy color: '#D49759'

red 212 ◦ green 151 ◦ blue 89

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

Shades of Whiskey Sour #D49759

Tints of Whiskey Sour #D49759

RGB

 RED value IS 212 (83.2% from 255) = 46.9%

 GREEN value IS 151 (59.38% from 255) = 33.41%

 BLUE value IS 89 (35.16% from 255) = 19.69%

R = 46.9%
G = 33.41%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D49759 (or 0xD49759) is known color: Whiskey Sour. HEX triplet: D4, 97 and 59. RGB value is (212,151,89). Sum of RGB (Red+Green+Blue) = 212+151+89=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D49759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49759 is #2B68A6. Grayscale: #A2A2A2. Windows color (decimal): -2844839 or 5871572. OLE color: 5871572.

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

Color convert

RGB 212 151 89 -
CMYK 0 0.29 0.58 0.17
HSL 30.24º 0.59% 0.59% -
HSV(B) 30.24º 0.58% 0.83% -
XYZ 40.02 36.85 14.45 -
YUV 162.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 212 151 89 0 0.29 0.58 0.17 30.24 0.59 0.59
Hex D4 97 59 0 1D 3A 11 1E 3B 3B
Octal 324 227 131 0 35 72 21 36 73 73
Binary 11010100 10010111 1011001 0 11101 111010 10001 11110 111011 111011

Color Harmonies of #D49759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49759

Black with #D49759

Text Example


Text Example

White with #D49759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49759; }

 p { color: rgb(212,151,89); }

 H1.HeaderClassName
 {
   color: #D49759;
 }
 .AnyTagClassName
 {
   color: #D49759;
 }
</style>

background-color css

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

 a { background-color: rgb(212,151,89); }

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

border-color css

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

 span { border-color: rgb(212,151,89); }

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