Html Css Color HEX #D49458 Whiskey Sour

📋 copy color: '#D49458'

red 212 ◦ green 148 ◦ blue 88

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

Shades of Whiskey Sour #D49458

Tints of Whiskey Sour #D49458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.64%

R = 47.32%
G = 33.04%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D49458 (or 0xD49458) is known color: Whiskey Sour. HEX triplet: D4, 94 and 58. RGB value is (212,148,88). Sum of RGB (Red+Green+Blue) = 212+148+88=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D49458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49458 is #2B6BA7. Grayscale: #A0A0A0. Windows color (decimal): -2845608 or 5805268. OLE color: 5805268.

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

Color convert

RGB 212 148 88 -
CMYK 0 0.30 0.58 0.17
HSL 29.03º 0.59% 0.59% -
HSV(B) 29.03º 0.58% 0.83% -
XYZ 39.5 35.88 14.08 -
YUV 160.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 212 148 88 0 0.30 0.58 0.17 29.03 0.59 0.59
Hex D4 94 58 0 1E 3A 11 1D 3B 3B
Octal 324 224 130 0 36 72 21 35 73 73
Binary 11010100 10010100 1011000 0 11110 111010 10001 11101 111011 111011

Color Harmonies of #D49458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49458

Black with #D49458

Text Example


Text Example

White with #D49458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49458; }

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

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

background-color css

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

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

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

border-color css

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

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

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