Html Css Color HEX #D59A60 Whiskey Sour

📋 copy color: '#D59A60'

red 213 ◦ green 154 ◦ blue 96

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

Shades of Whiskey Sour #D59A60

Tints of Whiskey Sour #D59A60

RGB

 RED value IS 213 (83.59% from 255) = 46%

 GREEN value IS 154 (60.55% from 255) = 33.26%

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

R = 46%
G = 33.26%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D59A60 (or 0xD59A60) is known color: Whiskey Sour. HEX triplet: D5, 9A and 60. RGB value is (213,154,96). Sum of RGB (Red+Green+Blue) = 213+154+96=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A60 is #2A659F. Grayscale: #A5A5A5. Windows color (decimal): -2778528 or 6331093. OLE color: 6331093.

HSL color Cylindrical-coordinate representation of color #D59A60: hue angle of 29.74º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D59A60 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 154 96 -
CMYK 0 0.28 0.55 0.16
HSL 29.74º 0.58% 0.61% -
HSV(B) 29.74º 0.55% 0.84% -
XYZ 41.11 38.1 16.25 -
YUV 165.03 89.05 162.22 -
System Red Green Blue C M Y K H S L
Decimal 213 154 96 0 0.28 0.55 0.16 29.74 0.58 0.61
Hex D5 9A 60 0 1C 37 10 1E 3A 3D
Octal 325 232 140 0 34 67 20 36 72 75
Binary 11010101 10011010 1100000 0 11100 110111 10000 11110 111010 111101

Color Harmonies of #D59A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A60

Black with #D59A60

Text Example


Text Example

White with #D59A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A60; }

 p { color: rgb(213,154,96); }

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

background-color css

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

 a { background-color: rgb(213,154,96); }

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

border-color css

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

 span { border-color: rgb(213,154,96); }

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