Html Css Color HEX #D49452 Whiskey Sour

📋 copy color: '#D49452'

red 212 ◦ green 148 ◦ blue 82

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

Shades of Whiskey Sour #D49452

Tints of Whiskey Sour #D49452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.48%

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

R = 47.96%
G = 33.48%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D49452 (or 0xD49452) is known color: Whiskey Sour. HEX triplet: D4, 94 and 52. RGB value is (212,148,82). Sum of RGB (Red+Green+Blue) = 212+148+82=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D49452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49452 is #2B6BAD. Grayscale: #9F9F9F. Windows color (decimal): -2845614 or 5412052. OLE color: 5412052.

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

Color convert

RGB 212 148 82 -
CMYK 0 0.30 0.61 0.17
HSL 30.46º 0.6% 0.58% -
HSV(B) 30.46º 0.61% 0.83% -
XYZ 39.26 35.79 12.82 -
YUV 159.61 84.2 165.37 -
System Red Green Blue C M Y K H S L
Decimal 212 148 82 0 0.30 0.61 0.17 30.46 0.6 0.58
Hex D4 94 52 0 1E 3D 11 1E 3C 3A
Octal 324 224 122 0 36 75 21 36 74 72
Binary 11010100 10010100 1010010 0 11110 111101 10001 11110 111100 111010

Color Harmonies of #D49452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49452

Black with #D49452

Text Example


Text Example

White with #D49452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49452; }

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

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

background-color css

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

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

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

border-color css

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

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

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