Html Css Color HEX #D49560 Whiskey Sour

📋 copy color: '#D49560'

red 212 ◦ green 149 ◦ blue 96

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

Shades of Whiskey Sour #D49560

Tints of Whiskey Sour #D49560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.6%

 BLUE value IS 96 (37.89% from 255) = 21.01%

R = 46.39%
G = 32.6%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D49560 (or 0xD49560) is known color: Whiskey Sour. HEX triplet: D4, 95 and 60. RGB value is (212,149,96). Sum of RGB (Red+Green+Blue) = 212+149+96=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D49560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49560 is #2B6A9F. Grayscale: #A2A2A2. Windows color (decimal): -2845344 or 6329812. OLE color: 6329812.

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

Color convert

RGB 212 149 96 -
CMYK 0 0.30 0.55 0.17
HSL 27.41º 0.57% 0.6% -
HSV(B) 27.41º 0.55% 0.83% -
XYZ 40.01 36.34 15.97 -
YUV 161.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 212 149 96 0 0.30 0.55 0.17 27.41 0.57 0.6
Hex D4 95 60 0 1E 37 11 1B 39 3C
Octal 324 225 140 0 36 67 21 33 71 74
Binary 11010100 10010101 1100000 0 11110 110111 10001 11011 111001 111100

Color Harmonies of #D49560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49560

Black with #D49560

Text Example


Text Example

White with #D49560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49560; }

 p { color: rgb(212,149,96); }

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

background-color css

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

 a { background-color: rgb(212,149,96); }

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

border-color css

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

 span { border-color: rgb(212,149,96); }

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