Html Css Color HEX #D49052 Whiskey Sour

📋 copy color: '#D49052'

red 212 ◦ green 144 ◦ blue 82

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

Shades of Whiskey Sour #D49052

Tints of Whiskey Sour #D49052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.72%

R = 48.4%
G = 32.88%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D49052 (or 0xD49052) is known color: Whiskey Sour. HEX triplet: D4, 90 and 52. RGB value is (212,144,82). Sum of RGB (Red+Green+Blue) = 212+144+82=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D49052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49052 is #2B6FAD. Grayscale: #9D9D9D. Windows color (decimal): -2846638 or 5411028. OLE color: 5411028.

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

Color convert

RGB 212 144 82 -
CMYK 0 0.32 0.61 0.17
HSL 28.62º 0.6% 0.58% -
HSV(B) 28.62º 0.61% 0.83% -
XYZ 38.65 34.55 12.62 -
YUV 157.26 85.53 167.04 -
System Red Green Blue C M Y K H S L
Decimal 212 144 82 0 0.32 0.61 0.17 28.62 0.6 0.58
Hex D4 90 52 0 20 3D 11 1D 3C 3A
Octal 324 220 122 0 40 75 21 35 74 72
Binary 11010100 10010000 1010010 0 100000 111101 10001 11101 111100 111010

Color Harmonies of #D49052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49052

Black with #D49052

Text Example


Text Example

White with #D49052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49052; }

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

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

background-color css

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

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

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

border-color css

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

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

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