Html Css Color HEX #D59256 Whiskey Sour

📋 copy color: '#D59256'

red 213 ◦ green 146 ◦ blue 86

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

Shades of Whiskey Sour #D59256

Tints of Whiskey Sour #D59256

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.81%

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

R = 47.87%
G = 32.81%
B = 19.33%

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

#D59256 (or 0xD59256) is known color: Whiskey Sour. HEX triplet: D5, 92 and 56. RGB value is (213,146,86). Sum of RGB (Red+Green+Blue) = 213+146+86=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D59256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59256 is #2A6DA9. Grayscale: #9F9F9F. Windows color (decimal): -2780586 or 5673685. OLE color: 5673685.

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

Color convert

RGB 213 146 86 -
CMYK 0 0.31 0.60 0.16
HSL 28.35º 0.6% 0.59% -
HSV(B) 28.35º 0.6% 0.84% -
XYZ 39.4 35.38 13.56 -
YUV 159.19 86.7 166.38 -
System Red Green Blue C M Y K H S L
Decimal 213 146 86 0 0.31 0.60 0.16 28.35 0.6 0.59
Hex D5 92 56 0 1F 3C 10 1C 3C 3B
Octal 325 222 126 0 37 74 20 34 74 73
Binary 11010101 10010010 1010110 0 11111 111100 10000 11100 111100 111011

Color Harmonies of #D59256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59256

Black with #D59256

Text Example


Text Example

White with #D59256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59256; }

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

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

background-color css

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

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

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

border-color css

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

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

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