Html Css Color HEX #D49150 Whiskey Sour

📋 copy color: '#D49150'

red 212 ◦ green 145 ◦ blue 80

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

Shades of Whiskey Sour #D49150

Tints of Whiskey Sour #D49150

RGB

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

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

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

R = 48.51%
G = 33.18%
B = 18.31%

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

#D49150 (or 0xD49150) is known color: Whiskey Sour. HEX triplet: D4, 91 and 50. RGB value is (212,145,80). Sum of RGB (Red+Green+Blue) = 212+145+80=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D49150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49150 is #2B6EAF. Grayscale: #9D9D9D. Windows color (decimal): -2846384 or 5280212. OLE color: 5280212.

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

Color convert

RGB 212 145 80 -
CMYK 0 0.32 0.62 0.17
HSL 29.55º 0.61% 0.57% -
HSV(B) 29.55º 0.62% 0.83% -
XYZ 38.72 34.83 12.27 -
YUV 157.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 212 145 80 0 0.32 0.62 0.17 29.55 0.61 0.57
Hex D4 91 50 0 20 3E 11 1E 3D 39
Octal 324 221 120 0 40 76 21 36 75 71
Binary 11010100 10010001 1010000 0 100000 111110 10001 11110 111101 111001

Color Harmonies of #D49150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49150

Black with #D49150

Text Example


Text Example

White with #D49150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49150; }

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

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

background-color css

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

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

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

border-color css

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

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

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