Html Css Color HEX #D59050 Whiskey Sour

📋 copy color: '#D59050'

red 213 ◦ green 144 ◦ blue 80

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

Shades of Whiskey Sour #D59050

Tints of Whiskey Sour #D59050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.95%

 BLUE value IS 80 (31.64% from 255) = 18.31%

R = 48.74%
G = 32.95%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D59050 (or 0xD59050) is known color: Whiskey Sour. HEX triplet: D5, 90 and 50. RGB value is (213,144,80). Sum of RGB (Red+Green+Blue) = 213+144+80=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D59050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59050 is #2A6FAF. Grayscale: #9D9D9D. Windows color (decimal): -2781104 or 5279957. OLE color: 5279957.

HSL color Cylindrical-coordinate representation of color #D59050: hue angle of 28.87º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D59050 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 144 80 -
CMYK 0 0.32 0.62 0.16
HSL 28.87º 0.61% 0.57% -
HSV(B) 28.87º 0.62% 0.84% -
XYZ 38.86 34.67 12.23 -
YUV 157.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 213 144 80 0 0.32 0.62 0.16 28.87 0.61 0.57
Hex D5 90 50 0 20 3E 10 1D 3D 39
Octal 325 220 120 0 40 76 20 35 75 71
Binary 11010101 10010000 1010000 0 100000 111110 10000 11101 111101 111001

Color Harmonies of #D59050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59050

Black with #D59050

Text Example


Text Example

White with #D59050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59050; }

 p { color: rgb(213,144,80); }

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

background-color css

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

 a { background-color: rgb(213,144,80); }

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

border-color css

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

 span { border-color: rgb(213,144,80); }

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