Html Css Color HEX #D59350 Whiskey Sour

📋 copy color: '#D59350'

red 213 ◦ green 147 ◦ blue 80

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

Shades of Whiskey Sour #D59350

Tints of Whiskey Sour #D59350

RGB

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

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

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

R = 48.41%
G = 33.41%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D59350 (or 0xD59350) is known color: Whiskey Sour. HEX triplet: D5, 93 and 50. RGB value is (213,147,80). Sum of RGB (Red+Green+Blue) = 213+147+80=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D59350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59350 is #2A6CAF. Grayscale: #9F9F9F. Windows color (decimal): -2780336 or 5280725. OLE color: 5280725.

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

Color convert

RGB 213 147 80 -
CMYK 0 0.31 0.62 0.16
HSL 30.23º 0.61% 0.57% -
HSV(B) 30.23º 0.62% 0.84% -
XYZ 39.32 35.59 12.39 -
YUV 159.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 213 147 80 0 0.31 0.62 0.16 30.23 0.61 0.57
Hex D5 93 50 0 1F 3E 10 1E 3D 39
Octal 325 223 120 0 37 76 20 36 75 71
Binary 11010101 10010011 1010000 0 11111 111110 10000 11110 111101 111001

Color Harmonies of #D59350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59350

Black with #D59350

Text Example


Text Example

White with #D59350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59350; }

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

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

background-color css

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

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

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

border-color css

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

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

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