Html Css Color HEX #D59554 Whiskey Sour

📋 copy color: '#D59554'

red 213 ◦ green 149 ◦ blue 84

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

Shades of Whiskey Sour #D59554

Tints of Whiskey Sour #D59554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.83%

R = 47.76%
G = 33.41%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D59554 (or 0xD59554) is known color: Whiskey Sour. HEX triplet: D5, 95 and 54. RGB value is (213,149,84). Sum of RGB (Red+Green+Blue) = 213+149+84=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D59554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59554 is #2A6AAB. Grayscale: #A1A1A1. Windows color (decimal): -2779820 or 5543381. OLE color: 5543381.

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

Color convert

RGB 213 149 84 -
CMYK 0 0.30 0.61 0.16
HSL 30.23º 0.61% 0.58% -
HSV(B) 30.23º 0.61% 0.84% -
XYZ 39.79 36.28 13.29 -
YUV 160.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 213 149 84 0 0.30 0.61 0.16 30.23 0.61 0.58
Hex D5 95 54 0 1E 3D 10 1E 3D 3A
Octal 325 225 124 0 36 75 20 36 75 72
Binary 11010101 10010101 1010100 0 11110 111101 10000 11110 111101 111010

Color Harmonies of #D59554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59554

Black with #D59554

Text Example


Text Example

White with #D59554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59554; }

 p { color: rgb(213,149,84); }

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

background-color css

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

 a { background-color: rgb(213,149,84); }

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

border-color css

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

 span { border-color: rgb(213,149,84); }

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