Html Css Color HEX #D59051 Whiskey Sour

📋 copy color: '#D59051'

red 213 ◦ green 144 ◦ blue 81

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

Shades of Whiskey Sour #D59051

Tints of Whiskey Sour #D59051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.49%

R = 48.63%
G = 32.88%
B = 18.49%

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

#D59051 (or 0xD59051) is known color: Whiskey Sour. HEX triplet: D5, 90 and 51. RGB value is (213,144,81). Sum of RGB (Red+Green+Blue) = 213+144+81=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D59051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59051 is #2A6FAE. Grayscale: #9D9D9D. Windows color (decimal): -2781103 or 5345493. OLE color: 5345493.

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

Color convert

RGB 213 144 81 -
CMYK 0 0.32 0.62 0.16
HSL 28.64º 0.61% 0.58% -
HSV(B) 28.64º 0.62% 0.84% -
XYZ 38.9 34.69 12.43 -
YUV 157.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 213 144 81 0 0.32 0.62 0.16 28.64 0.61 0.58
Hex D5 90 51 0 20 3E 10 1D 3D 3A
Octal 325 220 121 0 40 76 20 35 75 72
Binary 11010101 10010000 1010001 0 100000 111110 10000 11101 111101 111010

Color Harmonies of #D59051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59051

Black with #D59051

Text Example


Text Example

White with #D59051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59051; }

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

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

background-color css

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

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

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

border-color css

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

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

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