Html Css Color HEX #D59459 Whiskey Sour

📋 copy color: '#D59459'

red 213 ◦ green 148 ◦ blue 89

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

Shades of Whiskey Sour #D59459

Tints of Whiskey Sour #D59459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.89%

 BLUE value IS 89 (35.16% from 255) = 19.78%

R = 47.33%
G = 32.89%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D59459 (or 0xD59459) is known color: Whiskey Sour. HEX triplet: D5, 94 and 59. RGB value is (213,148,89). Sum of RGB (Red+Green+Blue) = 213+148+89=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D59459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59459 is #2A6BA6. Grayscale: #A1A1A1. Windows color (decimal): -2780071 or 5870805. OLE color: 5870805.

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

Color convert

RGB 213 148 89 -
CMYK 0 0.31 0.58 0.16
HSL 28.55º 0.6% 0.59% -
HSV(B) 28.55º 0.58% 0.84% -
XYZ 39.83 36.05 14.31 -
YUV 160.71 87.53 165.3 -
System Red Green Blue C M Y K H S L
Decimal 213 148 89 0 0.31 0.58 0.16 28.55 0.6 0.59
Hex D5 94 59 0 1F 3A 10 1D 3C 3B
Octal 325 224 131 0 37 72 20 35 74 73
Binary 11010101 10010100 1011001 0 11111 111010 10000 11101 111100 111011

Color Harmonies of #D59459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59459

Black with #D59459

Text Example


Text Example

White with #D59459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59459; }

 p { color: rgb(213,148,89); }

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

background-color css

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

 a { background-color: rgb(213,148,89); }

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

border-color css

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

 span { border-color: rgb(213,148,89); }

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