Html Css Color HEX #D49050 Whiskey Sour

📋 copy color: '#D49050'

red 212 ◦ green 144 ◦ blue 80

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

Shades of Whiskey Sour #D49050

Tints of Whiskey Sour #D49050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.03%

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

R = 48.62%
G = 33.03%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D49050 (or 0xD49050) is known color: Whiskey Sour. HEX triplet: D4, 90 and 50. RGB value is (212,144,80). Sum of RGB (Red+Green+Blue) = 212+144+80=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D49050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49050 is #2B6FAF. Grayscale: #9D9D9D. Windows color (decimal): -2846640 or 5279956. OLE color: 5279956.

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

Color convert

RGB 212 144 80 -
CMYK 0 0.32 0.62 0.17
HSL 29.09º 0.61% 0.57% -
HSV(B) 29.09º 0.62% 0.83% -
XYZ 38.57 34.52 12.22 -
YUV 157.04 84.53 167.2 -
System Red Green Blue C M Y K H S L
Decimal 212 144 80 0 0.32 0.62 0.17 29.09 0.61 0.57
Hex D4 90 50 0 20 3E 11 1D 3D 39
Octal 324 220 120 0 40 76 21 35 75 71
Binary 11010100 10010000 1010000 0 100000 111110 10001 11101 111101 111001

Color Harmonies of #D49050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49050

Black with #D49050

Text Example


Text Example

White with #D49050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49050; }

 p { color: rgb(212,144,80); }

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

background-color css

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

 a { background-color: rgb(212,144,80); }

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

border-color css

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

 span { border-color: rgb(212,144,80); }

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