Html Css Color HEX #D49051 Whiskey Sour

📋 copy color: '#D49051'

red 212 ◦ green 144 ◦ blue 81

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

Shades of Whiskey Sour #D49051

Tints of Whiskey Sour #D49051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.54%

R = 48.51%
G = 32.95%
B = 18.54%

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

#D49051 (or 0xD49051) is known color: Whiskey Sour. HEX triplet: D4, 90 and 51. RGB value is (212,144,81). Sum of RGB (Red+Green+Blue) = 212+144+81=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D49051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49051 is #2B6FAE. Grayscale: #9D9D9D. Windows color (decimal): -2846639 or 5345492. OLE color: 5345492.

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

Color convert

RGB 212 144 81 -
CMYK 0 0.32 0.62 0.17
HSL 28.85º 0.6% 0.57% -
HSV(B) 28.85º 0.62% 0.83% -
XYZ 38.61 34.54 12.42 -
YUV 157.15 85.03 167.12 -
System Red Green Blue C M Y K H S L
Decimal 212 144 81 0 0.32 0.62 0.17 28.85 0.6 0.57
Hex D4 90 51 0 20 3E 11 1D 3C 39
Octal 324 220 121 0 40 76 21 35 74 71
Binary 11010100 10010000 1010001 0 100000 111110 10001 11101 111100 111001

Color Harmonies of #D49051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49051

Black with #D49051

Text Example


Text Example

White with #D49051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49051; }

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

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

background-color css

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

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

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

border-color css

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

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

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