Html Css Color HEX #D58F5A Whiskey Sour

📋 copy color: '#D58F5A'

red 213 ◦ green 143 ◦ blue 90

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

Shades of Whiskey Sour #D58F5A

Tints of Whiskey Sour #D58F5A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.06%

 BLUE value IS 90 (35.55% from 255) = 20.18%

R = 47.76%
G = 32.06%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D58F5A (or 0xD58F5A) is known color: Whiskey Sour. HEX triplet: D5, 8F and 5A. RGB value is (213,143,90). Sum of RGB (Red+Green+Blue) = 213+143+90=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F5A is #2A70A5. Grayscale: #9E9E9E. Windows color (decimal): -2781350 or 5935061. OLE color: 5935061.

HSL color Cylindrical-coordinate representation of color #D58F5A: hue angle of 25.85º degrees, saturation: 0.59, 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 #D58F5A is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 143 90 -
CMYK 0 0.33 0.58 0.16
HSL 25.85º 0.59% 0.59% -
HSV(B) 25.85º 0.58% 0.84% -
XYZ 39.11 34.53 14.28 -
YUV 157.89 89.69 167.31 -
System Red Green Blue C M Y K H S L
Decimal 213 143 90 0 0.33 0.58 0.16 25.85 0.59 0.59
Hex D5 8F 5A 0 21 3A 10 1A 3B 3B
Octal 325 217 132 0 41 72 20 32 73 73
Binary 11010101 10001111 1011010 0 100001 111010 10000 11010 111011 111011

Color Harmonies of #D58F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F5A

Black with #D58F5A

Text Example


Text Example

White with #D58F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F5A; }

 p { color: rgb(213,143,90); }

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

background-color css

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

 a { background-color: rgb(213,143,90); }

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

border-color css

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

 span { border-color: rgb(213,143,90); }

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