Html Css Color HEX #D59656 Whiskey Sour

📋 copy color: '#D59656'

red 213 ◦ green 150 ◦ blue 86

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

Shades of Whiskey Sour #D59656

Tints of Whiskey Sour #D59656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.15%

R = 47.44%
G = 33.41%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D59656 (or 0xD59656) is known color: Whiskey Sour. HEX triplet: D5, 96 and 56. RGB value is (213,150,86). Sum of RGB (Red+Green+Blue) = 213+150+86=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D59656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59656 is #2A69A9. Grayscale: #A1A1A1. Windows color (decimal): -2779562 or 5674709. OLE color: 5674709.

HSL color Cylindrical-coordinate representation of color #D59656: hue angle of 30.24º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D59656 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 150 86 -
CMYK 0 0.30 0.60 0.16
HSL 30.24º 0.6% 0.59% -
HSV(B) 30.24º 0.6% 0.84% -
XYZ 40.03 36.63 13.76 -
YUV 161.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 213 150 86 0 0.30 0.60 0.16 30.24 0.6 0.59
Hex D5 96 56 0 1E 3C 10 1E 3C 3B
Octal 325 226 126 0 36 74 20 36 74 73
Binary 11010101 10010110 1010110 0 11110 111100 10000 11110 111100 111011

Color Harmonies of #D59656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59656

Black with #D59656

Text Example


Text Example

White with #D59656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59656; }

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

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

background-color css

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

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

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

border-color css

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

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

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