Html Css Color HEX #D59058 Whiskey Sour

📋 copy color: '#D59058'

red 213 ◦ green 144 ◦ blue 88

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

Shades of Whiskey Sour #D59058

Tints of Whiskey Sour #D59058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.78%

R = 47.87%
G = 32.36%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D59058 (or 0xD59058) is known color: Whiskey Sour. HEX triplet: D5, 90 and 58. RGB value is (213,144,88). Sum of RGB (Red+Green+Blue) = 213+144+88=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D59058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59058 is #2A6FA7. Grayscale: #9E9E9E. Windows color (decimal): -2781096 or 5804245. OLE color: 5804245.

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

Color convert

RGB 213 144 88 -
CMYK 0 0.32 0.59 0.16
HSL 26.88º 0.6% 0.59% -
HSV(B) 26.88º 0.59% 0.84% -
XYZ 39.18 34.8 13.88 -
YUV 158.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 213 144 88 0 0.32 0.59 0.16 26.88 0.6 0.59
Hex D5 90 58 0 20 3B 10 1B 3C 3B
Octal 325 220 130 0 40 73 20 33 74 73
Binary 11010101 10010000 1011000 0 100000 111011 10000 11011 111100 111011

Color Harmonies of #D59058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59058

Black with #D59058

Text Example


Text Example

White with #D59058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59058; }

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

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

background-color css

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

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

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

border-color css

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

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

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