Html Css Color HEX #D59661 Whiskey Sour

📋 copy color: '#D59661'

red 213 ◦ green 150 ◦ blue 97

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

Shades of Whiskey Sour #D59661

Tints of Whiskey Sour #D59661

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.61%

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

R = 46.3%
G = 32.61%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D59661 (or 0xD59661) is known color: Whiskey Sour. HEX triplet: D5, 96 and 61. RGB value is (213,150,97). Sum of RGB (Red+Green+Blue) = 213+150+97=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D59661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59661 is #2A699E. Grayscale: #A3A3A3. Windows color (decimal): -2779551 or 6395605. OLE color: 6395605.

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

Color convert

RGB 213 150 97 -
CMYK 0 0.30 0.54 0.16
HSL 27.41º 0.58% 0.61% -
HSV(B) 27.41º 0.54% 0.84% -
XYZ 40.5 36.82 16.28 -
YUV 162.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 213 150 97 0 0.30 0.54 0.16 27.41 0.58 0.61
Hex D5 96 61 0 1E 36 10 1B 3A 3D
Octal 325 226 141 0 36 66 20 33 72 75
Binary 11010101 10010110 1100001 0 11110 110110 10000 11011 111010 111101

Color Harmonies of #D59661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59661

Black with #D59661

Text Example


Text Example

White with #D59661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59661; }

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

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

background-color css

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

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

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

border-color css

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

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

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