Html Css Color HEX #D59055 Whiskey Sour

📋 copy color: '#D59055'

red 213 ◦ green 144 ◦ blue 85

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

Shades of Whiskey Sour #D59055

Tints of Whiskey Sour #D59055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.23%

R = 48.19%
G = 32.58%
B = 19.23%

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

#D59055 (or 0xD59055) is known color: Whiskey Sour. HEX triplet: D5, 90 and 55. RGB value is (213,144,85). Sum of RGB (Red+Green+Blue) = 213+144+85=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D59055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59055 is #2A6FAA. Grayscale: #9E9E9E. Windows color (decimal): -2781099 or 5607637. OLE color: 5607637.

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

Color convert

RGB 213 144 85 -
CMYK 0 0.32 0.60 0.16
HSL 27.66º 0.6% 0.58% -
HSV(B) 27.66º 0.6% 0.84% -
XYZ 39.05 34.75 13.24 -
YUV 157.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 213 144 85 0 0.32 0.60 0.16 27.66 0.6 0.58
Hex D5 90 55 0 20 3C 10 1C 3C 3A
Octal 325 220 125 0 40 74 20 34 74 72
Binary 11010101 10010000 1010101 0 100000 111100 10000 11100 111100 111010

Color Harmonies of #D59055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59055

Black with #D59055

Text Example


Text Example

White with #D59055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59055; }

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

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

background-color css

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

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

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

border-color css

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

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

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