Html Css Color HEX #D59356 Whiskey Sour

📋 copy color: '#D59356'

red 213 ◦ green 147 ◦ blue 86

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

Shades of Whiskey Sour #D59356

Tints of Whiskey Sour #D59356

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.96%

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

R = 47.76%
G = 32.96%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D59356 (or 0xD59356) is known color: Whiskey Sour. HEX triplet: D5, 93 and 56. RGB value is (213,147,86). Sum of RGB (Red+Green+Blue) = 213+147+86=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D59356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59356 is #2A6CA9. Grayscale: #A0A0A0. Windows color (decimal): -2780330 or 5673941. OLE color: 5673941.

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

Color convert

RGB 213 147 86 -
CMYK 0 0.31 0.60 0.16
HSL 28.82º 0.6% 0.59% -
HSV(B) 28.82º 0.6% 0.84% -
XYZ 39.55 35.69 13.61 -
YUV 159.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 213 147 86 0 0.31 0.60 0.16 28.82 0.6 0.59
Hex D5 93 56 0 1F 3C 10 1D 3C 3B
Octal 325 223 126 0 37 74 20 35 74 73
Binary 11010101 10010011 1010110 0 11111 111100 10000 11101 111100 111011

Color Harmonies of #D59356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59356

Black with #D59356

Text Example


Text Example

White with #D59356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59356; }

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

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

background-color css

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

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

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

border-color css

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

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

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