Html Css Color HEX #D59461 Whiskey Sour

📋 copy color: '#D59461'

red 213 ◦ green 148 ◦ blue 97

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

Shades of Whiskey Sour #D59461

Tints of Whiskey Sour #D59461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.18%

R = 46.51%
G = 32.31%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D59461 (or 0xD59461) is known color: Whiskey Sour. HEX triplet: D5, 94 and 61. RGB value is (213,148,97). Sum of RGB (Red+Green+Blue) = 213+148+97=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D59461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59461 is #2A6B9E. Grayscale: #A1A1A1. Windows color (decimal): -2780063 or 6395093. OLE color: 6395093.

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

Color convert

RGB 213 148 97 -
CMYK 0 0.31 0.54 0.16
HSL 26.38º 0.58% 0.61% -
HSV(B) 26.38º 0.54% 0.84% -
XYZ 40.19 36.19 16.18 -
YUV 161.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 213 148 97 0 0.31 0.54 0.16 26.38 0.58 0.61
Hex D5 94 61 0 1F 36 10 1A 3A 3D
Octal 325 224 141 0 37 66 20 32 72 75
Binary 11010101 10010100 1100001 0 11111 110110 10000 11010 111010 111101

Color Harmonies of #D59461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59461

Black with #D59461

Text Example


Text Example

White with #D59461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59461; }

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

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

background-color css

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

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

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

border-color css

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

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

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