Html Css Color HEX #D49251 Whiskey Sour

📋 copy color: '#D49251'

red 212 ◦ green 146 ◦ blue 81

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

Shades of Whiskey Sour #D49251

Tints of Whiskey Sour #D49251

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.26%

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

R = 48.29%
G = 33.26%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D49251 (or 0xD49251) is known color: Whiskey Sour. HEX triplet: D4, 92 and 51. RGB value is (212,146,81). Sum of RGB (Red+Green+Blue) = 212+146+81=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D49251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49251 is #2B6DAE. Grayscale: #9E9E9E. Windows color (decimal): -2846127 or 5346004. OLE color: 5346004.

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

Color convert

RGB 212 146 81 -
CMYK 0 0.31 0.62 0.17
HSL 29.77º 0.6% 0.57% -
HSV(B) 29.77º 0.62% 0.83% -
XYZ 38.92 35.15 12.52 -
YUV 158.32 84.37 166.29 -
System Red Green Blue C M Y K H S L
Decimal 212 146 81 0 0.31 0.62 0.17 29.77 0.6 0.57
Hex D4 92 51 0 1F 3E 11 1E 3C 39
Octal 324 222 121 0 37 76 21 36 74 71
Binary 11010100 10010010 1010001 0 11111 111110 10001 11110 111100 111001

Color Harmonies of #D49251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49251

Black with #D49251

Text Example


Text Example

White with #D49251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49251; }

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

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

background-color css

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

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

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

border-color css

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

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

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