Html Css Color HEX #D49359 Whiskey Sour

📋 copy color: '#D49359'

red 212 ◦ green 147 ◦ blue 89

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

Shades of Whiskey Sour #D49359

Tints of Whiskey Sour #D49359

RGB

 RED value IS 212 (83.2% from 255) = 47.32%

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

 BLUE value IS 89 (35.16% from 255) = 19.87%

R = 47.32%
G = 32.81%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D49359 (or 0xD49359) is known color: Whiskey Sour. HEX triplet: D4, 93 and 59. RGB value is (212,147,89). Sum of RGB (Red+Green+Blue) = 212+147+89=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D49359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49359 is #2B6CA6. Grayscale: #A0A0A0. Windows color (decimal): -2845863 or 5870548. OLE color: 5870548.

HSL color Cylindrical-coordinate representation of color #D49359: hue angle of 28.29º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D49359 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 147 89 -
CMYK 0 0.31 0.58 0.17
HSL 28.29º 0.59% 0.59% -
HSV(B) 28.29º 0.58% 0.83% -
XYZ 39.39 35.59 14.24 -
YUV 159.82 88.03 165.22 -
System Red Green Blue C M Y K H S L
Decimal 212 147 89 0 0.31 0.58 0.17 28.29 0.59 0.59
Hex D4 93 59 0 1F 3A 11 1C 3B 3B
Octal 324 223 131 0 37 72 21 34 73 73
Binary 11010100 10010011 1011001 0 11111 111010 10001 11100 111011 111011

Color Harmonies of #D49359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49359

Black with #D49359

Text Example


Text Example

White with #D49359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49359; }

 p { color: rgb(212,147,89); }

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

background-color css

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

 a { background-color: rgb(212,147,89); }

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

border-color css

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

 span { border-color: rgb(212,147,89); }

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