Html Css Color HEX #D58D5A Whiskey Sour

📋 copy color: '#D58D5A'

red 213 ◦ green 141 ◦ blue 90

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

Shades of Whiskey Sour #D58D5A

Tints of Whiskey Sour #D58D5A

RGB

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

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

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

R = 47.97%
G = 31.76%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D58D5A (or 0xD58D5A) is known color: Whiskey Sour. HEX triplet: D5, 8D and 5A. RGB value is (213,141,90). Sum of RGB (Red+Green+Blue) = 213+141+90=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D5A is #2A72A5. Grayscale: #9C9C9C. Windows color (decimal): -2781862 or 5934549. OLE color: 5934549.

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

Color convert

RGB 213 141 90 -
CMYK 0 0.34 0.58 0.16
HSL 24.88º 0.59% 0.59% -
HSV(B) 24.88º 0.58% 0.84% -
XYZ 38.81 33.93 14.18 -
YUV 156.71 90.35 168.15 -
System Red Green Blue C M Y K H S L
Decimal 213 141 90 0 0.34 0.58 0.16 24.88 0.59 0.59
Hex D5 8D 5A 0 22 3A 10 19 3B 3B
Octal 325 215 132 0 42 72 20 31 73 73
Binary 11010101 10001101 1011010 0 100010 111010 10000 11001 111011 111011

Color Harmonies of #D58D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D5A

Black with #D58D5A

Text Example


Text Example

White with #D58D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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