Html Css Color HEX #D49660 Whiskey Sour

📋 copy color: '#D49660'

red 212 ◦ green 150 ◦ blue 96

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

Shades of Whiskey Sour #D49660

Tints of Whiskey Sour #D49660

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.75%

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

R = 46.29%
G = 32.75%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D49660 (or 0xD49660) is known color: Whiskey Sour. HEX triplet: D4, 96 and 60. RGB value is (212,150,96). Sum of RGB (Red+Green+Blue) = 212+150+96=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D49660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49660 is #2B699F. Grayscale: #A2A2A2. Windows color (decimal): -2845088 or 6330068. OLE color: 6330068.

HSL color Cylindrical-coordinate representation of color #D49660: hue angle of 27.93º 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 #D49660 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 150 96 -
CMYK 0 0.29 0.55 0.17
HSL 27.93º 0.57% 0.6% -
HSV(B) 27.93º 0.55% 0.83% -
XYZ 40.17 36.65 16.02 -
YUV 162.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 212 150 96 0 0.29 0.55 0.17 27.93 0.57 0.6
Hex D4 96 60 0 1D 37 11 1C 39 3C
Octal 324 226 140 0 35 67 21 34 71 74
Binary 11010100 10010110 1100000 0 11101 110111 10001 11100 111001 111100

Color Harmonies of #D49660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49660

Black with #D49660

Text Example


Text Example

White with #D49660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49660; }

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

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

background-color css

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

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

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

border-color css

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

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

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