Html Css Color HEX #D49551 Whiskey Sour

📋 copy color: '#D49551'

red 212 ◦ green 149 ◦ blue 81

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

Shades of Whiskey Sour #D49551

Tints of Whiskey Sour #D49551

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.71%

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

R = 47.96%
G = 33.71%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D49551 (or 0xD49551) is known color: Whiskey Sour. HEX triplet: D4, 95 and 51. RGB value is (212,149,81). Sum of RGB (Red+Green+Blue) = 212+149+81=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D49551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49551 is #2B6AAE. Grayscale: #A0A0A0. Windows color (decimal): -2845359 or 5346772. OLE color: 5346772.

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

Color convert

RGB 212 149 81 -
CMYK 0 0.30 0.62 0.17
HSL 31.15º 0.6% 0.57% -
HSV(B) 31.15º 0.62% 0.83% -
XYZ 39.38 36.09 12.67 -
YUV 160.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 212 149 81 0 0.30 0.62 0.17 31.15 0.6 0.57
Hex D4 95 51 0 1E 3E 11 1F 3C 39
Octal 324 225 121 0 36 76 21 37 74 71
Binary 11010100 10010101 1010001 0 11110 111110 10001 11111 111100 111001

Color Harmonies of #D49551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49551

Black with #D49551

Text Example


Text Example

White with #D49551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49551; }

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

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

background-color css

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

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

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

border-color css

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

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

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