Html Css Color HEX #D58D59 Whiskey Sour

📋 copy color: '#D58D59'

red 213 ◦ green 141 ◦ blue 89

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

Shades of Whiskey Sour #D58D59

Tints of Whiskey Sour #D58D59

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.83%

 BLUE value IS 89 (35.16% from 255) = 20.09%

R = 48.08%
G = 31.83%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D58D59 (or 0xD58D59) is known color: Whiskey Sour. HEX triplet: D5, 8D and 59. RGB value is (213,141,89). Sum of RGB (Red+Green+Blue) = 213+141+89=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D59 is #2A72A6. Grayscale: #9C9C9C. Windows color (decimal): -2781863 or 5869013. OLE color: 5869013.

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

Color convert

RGB 213 141 89 -
CMYK 0 0.34 0.58 0.16
HSL 25.16º 0.6% 0.59% -
HSV(B) 25.16º 0.58% 0.84% -
XYZ 38.77 33.92 13.95 -
YUV 156.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 213 141 89 0 0.34 0.58 0.16 25.16 0.6 0.59
Hex D5 8D 59 0 22 3A 10 19 3C 3B
Octal 325 215 131 0 42 72 20 31 74 73
Binary 11010101 10001101 1011001 0 100010 111010 10000 11001 111100 111011

Color Harmonies of #D58D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D59

Black with #D58D59

Text Example


Text Example

White with #D58D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D59; }

 p { color: rgb(213,141,89); }

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

background-color css

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

 a { background-color: rgb(213,141,89); }

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

border-color css

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

 span { border-color: rgb(213,141,89); }

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