Html Css Color HEX #D49752 Whiskey Sour

📋 copy color: '#D49752'

red 212 ◦ green 151 ◦ blue 82

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

Shades of Whiskey Sour #D49752

Tints of Whiskey Sour #D49752

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.93%

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

R = 47.64%
G = 33.93%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D49752 (or 0xD49752) is known color: Whiskey Sour. HEX triplet: D4, 97 and 52. RGB value is (212,151,82). Sum of RGB (Red+Green+Blue) = 212+151+82=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D49752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49752 is #2B68AD. Grayscale: #A1A1A1. Windows color (decimal): -2844846 or 5412820. OLE color: 5412820.

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

Color convert

RGB 212 151 82 -
CMYK 0 0.29 0.61 0.17
HSL 31.85º 0.6% 0.58% -
HSV(B) 31.85º 0.61% 0.83% -
XYZ 39.74 36.74 12.98 -
YUV 161.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 212 151 82 0 0.29 0.61 0.17 31.85 0.6 0.58
Hex D4 97 52 0 1D 3D 11 20 3C 3A
Octal 324 227 122 0 35 75 21 40 74 72
Binary 11010100 10010111 1010010 0 11101 111101 10001 100000 111100 111010

Color Harmonies of #D49752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49752

Black with #D49752

Text Example


Text Example

White with #D49752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49752; }

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

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

background-color css

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

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

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

border-color css

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

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

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