Html Css Color HEX #D59056 Whiskey Sour

📋 copy color: '#D59056'

red 213 ◦ green 144 ◦ blue 86

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

Shades of Whiskey Sour #D59056

Tints of Whiskey Sour #D59056

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.51%

 BLUE value IS 86 (33.98% from 255) = 19.41%

R = 48.08%
G = 32.51%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D59056 (or 0xD59056) is known color: Whiskey Sour. HEX triplet: D5, 90 and 56. RGB value is (213,144,86). Sum of RGB (Red+Green+Blue) = 213+144+86=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D59056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59056 is #2A6FA9. Grayscale: #9E9E9E. Windows color (decimal): -2781098 or 5673173. OLE color: 5673173.

HSL color Cylindrical-coordinate representation of color #D59056: hue angle of 27.4º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D59056 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 144 86 -
CMYK 0 0.32 0.60 0.16
HSL 27.4º 0.6% 0.59% -
HSV(B) 27.4º 0.6% 0.84% -
XYZ 39.09 34.76 13.45 -
YUV 158.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 213 144 86 0 0.32 0.60 0.16 27.4 0.6 0.59
Hex D5 90 56 0 20 3C 10 1B 3C 3B
Octal 325 220 126 0 40 74 20 33 74 73
Binary 11010101 10010000 1010110 0 100000 111100 10000 11011 111100 111011

Color Harmonies of #D59056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59056

Black with #D59056

Text Example


Text Example

White with #D59056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59056; }

 p { color: rgb(213,144,86); }

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

background-color css

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

 a { background-color: rgb(213,144,86); }

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

border-color css

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

 span { border-color: rgb(213,144,86); }

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