Html Css Color HEX #D58D57 Whiskey Sour

📋 copy color: '#D58D57'

red 213 ◦ green 141 ◦ blue 87

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

Shades of Whiskey Sour #D58D57

Tints of Whiskey Sour #D58D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.73%

R = 48.3%
G = 31.97%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D58D57 (or 0xD58D57) is known color: Whiskey Sour. HEX triplet: D5, 8D and 57. RGB value is (213,141,87). Sum of RGB (Red+Green+Blue) = 213+141+87=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D57 is #2A72A8. Grayscale: #9C9C9C. Windows color (decimal): -2781865 or 5737941. OLE color: 5737941.

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

Color convert

RGB 213 141 87 -
CMYK 0 0.34 0.59 0.16
HSL 25.71º 0.6% 0.59% -
HSV(B) 25.71º 0.59% 0.84% -
XYZ 38.69 33.88 13.52 -
YUV 156.37 88.85 168.39 -
System Red Green Blue C M Y K H S L
Decimal 213 141 87 0 0.34 0.59 0.16 25.71 0.6 0.59
Hex D5 8D 57 0 22 3B 10 1A 3C 3B
Octal 325 215 127 0 42 73 20 32 74 73
Binary 11010101 10001101 1010111 0 100010 111011 10000 11010 111100 111011

Color Harmonies of #D58D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D57

Black with #D58D57

Text Example


Text Example

White with #D58D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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