Html Css Color HEX #D58F5E Whiskey Sour

📋 copy color: '#D58F5E'

red 213 ◦ green 143 ◦ blue 94

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

Shades of Whiskey Sour #D58F5E

Tints of Whiskey Sour #D58F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 47.33%
G = 31.78%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D58F5E (or 0xD58F5E) is known color: Whiskey Sour. HEX triplet: D5, 8F and 5E. RGB value is (213,143,94). Sum of RGB (Red+Green+Blue) = 213+143+94=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F5E is #2A70A1. Grayscale: #9E9E9E. Windows color (decimal): -2781346 or 6197205. OLE color: 6197205.

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

Color convert

RGB 213 143 94 -
CMYK 0 0.33 0.56 0.16
HSL 24.71º 0.59% 0.6% -
HSV(B) 24.71º 0.56% 0.84% -
XYZ 39.28 34.6 15.2 -
YUV 158.34 91.69 166.98 -
System Red Green Blue C M Y K H S L
Decimal 213 143 94 0 0.33 0.56 0.16 24.71 0.59 0.6
Hex D5 8F 5E 0 21 38 10 19 3B 3C
Octal 325 217 136 0 41 70 20 31 73 74
Binary 11010101 10001111 1011110 0 100001 111000 10000 11001 111011 111100

Color Harmonies of #D58F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F5E

Black with #D58F5E

Text Example


Text Example

White with #D58F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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