Html Css Color HEX #D59650 Whiskey Sour

📋 copy color: '#D59650'

red 213 ◦ green 150 ◦ blue 80

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

Shades of Whiskey Sour #D59650

Tints of Whiskey Sour #D59650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.06%

R = 48.08%
G = 33.86%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D59650 (or 0xD59650) is known color: Whiskey Sour. HEX triplet: D5, 96 and 50. RGB value is (213,150,80). Sum of RGB (Red+Green+Blue) = 213+150+80=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D59650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59650 is #2A69AF. Grayscale: #A1A1A1. Windows color (decimal): -2779568 or 5281493. OLE color: 5281493.

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

Color convert

RGB 213 150 80 -
CMYK 0 0.30 0.62 0.16
HSL 31.58º 0.61% 0.57% -
HSV(B) 31.58º 0.62% 0.84% -
XYZ 39.79 36.54 12.54 -
YUV 160.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 213 150 80 0 0.30 0.62 0.16 31.58 0.61 0.57
Hex D5 96 50 0 1E 3E 10 20 3D 39
Octal 325 226 120 0 36 76 20 40 75 71
Binary 11010101 10010110 1010000 0 11110 111110 10000 100000 111101 111001

Color Harmonies of #D59650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59650

Black with #D59650

Text Example


Text Example

White with #D59650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59650; }

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

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

background-color css

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

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

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

border-color css

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

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

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