#D58F57

Color #D58F57 Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #D58F57

Tints of Whiskey Sour #D58F57

Color information

#D58F57 (or 0xD58F57) is unknown color: approx Whiskey Sour. HEX triplet: D5, 8F and 57. RGB value is (213,143,87). Sum of RGB (Red+Green+Blue) = 213+143+87=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F57 is #2A70A8. Grayscale: #9D9D9D. Windows color (decimal): -2781353 or 5738453. OLE color: 5738453.

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

Color convert

RGB21314387-
CMYK00.330.590.16
HSL26.67º60%58.82%-
HSV(B)26.67º59.15%83.53%-
XYZ38.9834.4813.62-
YUV157.5588.19167.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.08%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 87 (34.38% from 255) = 19.64%
R=48.08%
G=32.28%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131438700.330.590.1626.676058.82
HexD58F570213B101b3c3b
Octal3252171270417320337473
Binary1101010110001111101011101000011110111000011011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F57; }

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

 H1.HeaderClassName
 {
   color: #D58F57;
 }
 .AnyTagClassName
 {
   color: #D58F57;
 }
</style>
background-color css

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

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

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

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

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

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