Html Css Color HEX #D59A64 Whiskey Sour

📋 copy color: '#D59A64'

red 213 ◦ green 154 ◦ blue 100

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

Shades of Whiskey Sour #D59A64

Tints of Whiskey Sour #D59A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.41%

R = 45.61%
G = 32.98%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D59A64 (or 0xD59A64) is known color: Whiskey Sour. HEX triplet: D5, 9A and 64. RGB value is (213,154,100). Sum of RGB (Red+Green+Blue) = 213+154+100=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A64 is #2A659B. Grayscale: #A5A5A5. Windows color (decimal): -2778524 or 6593237. OLE color: 6593237.

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

Color convert

RGB 213 154 100 -
CMYK 0 0.28 0.53 0.16
HSL 28.67º 0.57% 0.61% -
HSV(B) 28.67º 0.53% 0.84% -
XYZ 41.3 38.18 17.25 -
YUV 165.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 213 154 100 0 0.28 0.53 0.16 28.67 0.57 0.61
Hex D5 9A 64 0 1C 35 10 1D 39 3D
Octal 325 232 144 0 34 65 20 35 71 75
Binary 11010101 10011010 1100100 0 11100 110101 10000 11101 111001 111101

Color Harmonies of #D59A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A64

Black with #D59A64

Text Example


Text Example

White with #D59A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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