Html Css Color HEX #D59355 Whiskey Sour

📋 copy color: '#D59355'

red 213 ◦ green 147 ◦ blue 85

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

Shades of Whiskey Sour #D59355

Tints of Whiskey Sour #D59355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.03%

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

R = 47.87%
G = 33.03%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D59355 (or 0xD59355) is known color: Whiskey Sour. HEX triplet: D5, 93 and 55. RGB value is (213,147,85). Sum of RGB (Red+Green+Blue) = 213+147+85=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D59355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59355 is #2A6CAA. Grayscale: #9F9F9F. Windows color (decimal): -2780331 or 5608405. OLE color: 5608405.

HSL color Cylindrical-coordinate representation of color #D59355: hue angle of 29.06º 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 #D59355 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 147 85 -
CMYK 0 0.31 0.60 0.16
HSL 29.06º 0.6% 0.58% -
HSV(B) 29.06º 0.6% 0.84% -
XYZ 39.51 35.67 13.4 -
YUV 159.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 213 147 85 0 0.31 0.60 0.16 29.06 0.6 0.58
Hex D5 93 55 0 1F 3C 10 1D 3C 3A
Octal 325 223 125 0 37 74 20 35 74 72
Binary 11010101 10010011 1010101 0 11111 111100 10000 11101 111100 111010

Color Harmonies of #D59355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59355

Black with #D59355

Text Example


Text Example

White with #D59355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59355; }

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

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

background-color css

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

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

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

border-color css

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

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

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