Html Css Color HEX #D58F56 Whiskey Sour

📋 copy color: '#D58F56'

red 213 ◦ green 143 ◦ blue 86

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

Shades of Whiskey Sour #D58F56

Tints of Whiskey Sour #D58F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.46%

R = 48.19%
G = 32.35%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D58F56 (or 0xD58F56) is known color: Whiskey Sour. HEX triplet: D5, 8F and 56. RGB value is (213,143,86). Sum of RGB (Red+Green+Blue) = 213+143+86=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F56 is #2A70A9. Grayscale: #9D9D9D. Windows color (decimal): -2781354 or 5672917. OLE color: 5672917.

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

Color convert

RGB 213 143 86 -
CMYK 0 0.33 0.60 0.16
HSL 26.93º 0.6% 0.59% -
HSV(B) 26.93º 0.6% 0.84% -
XYZ 38.94 34.46 13.4 -
YUV 157.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 213 143 86 0 0.33 0.60 0.16 26.93 0.6 0.59
Hex D5 8F 56 0 21 3C 10 1B 3C 3B
Octal 325 217 126 0 41 74 20 33 74 73
Binary 11010101 10001111 1010110 0 100001 111100 10000 11011 111100 111011

Color Harmonies of #D58F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F56

Black with #D58F56

Text Example


Text Example

White with #D58F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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