Html Css Color HEX #D49157 Whiskey Sour

📋 copy color: '#D49157'

red 212 ◦ green 145 ◦ blue 87

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

Shades of Whiskey Sour #D49157

Tints of Whiskey Sour #D49157

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.66%

 BLUE value IS 87 (34.38% from 255) = 19.59%

R = 47.75%
G = 32.66%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D49157 (or 0xD49157) is known color: Whiskey Sour. HEX triplet: D4, 91 and 57. RGB value is (212,145,87). Sum of RGB (Red+Green+Blue) = 212+145+87=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D49157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49157 is #2B6EA8. Grayscale: #9E9E9E. Windows color (decimal): -2846377 or 5738964. OLE color: 5738964.

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

Color convert

RGB 212 145 87 -
CMYK 0 0.32 0.59 0.17
HSL 27.84º 0.59% 0.59% -
HSV(B) 27.84º 0.59% 0.83% -
XYZ 39 34.94 13.7 -
YUV 158.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 212 145 87 0 0.32 0.59 0.17 27.84 0.59 0.59
Hex D4 91 57 0 20 3B 11 1C 3B 3B
Octal 324 221 127 0 40 73 21 34 73 73
Binary 11010100 10010001 1010111 0 100000 111011 10001 11100 111011 111011

Color Harmonies of #D49157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49157

Black with #D49157

Text Example


Text Example

White with #D49157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49157; }

 p { color: rgb(212,145,87); }

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

background-color css

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

 a { background-color: rgb(212,145,87); }

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

border-color css

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

 span { border-color: rgb(212,145,87); }

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