Html Css Color HEX #D49862 Whiskey Sour

📋 copy color: '#D49862'

red 212 ◦ green 152 ◦ blue 98

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

Shades of Whiskey Sour #D49862

Tints of Whiskey Sour #D49862

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.9%

 BLUE value IS 98 (38.67% from 255) = 21.21%

R = 45.89%
G = 32.9%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D49862 (or 0xD49862) is known color: Whiskey Sour. HEX triplet: D4, 98 and 62. RGB value is (212,152,98). Sum of RGB (Red+Green+Blue) = 212+152+98=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D49862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49862 is #2B679D. Grayscale: #A4A4A4. Windows color (decimal): -2844574 or 6461652. OLE color: 6461652.

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

Color convert

RGB 212 152 98 -
CMYK 0 0.28 0.54 0.17
HSL 28.42º 0.57% 0.61% -
HSV(B) 28.42º 0.54% 0.83% -
XYZ 40.58 37.34 16.62 -
YUV 163.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 212 152 98 0 0.28 0.54 0.17 28.42 0.57 0.61
Hex D4 98 62 0 1C 36 11 1C 39 3D
Octal 324 230 142 0 34 66 21 34 71 75
Binary 11010100 10011000 1100010 0 11100 110110 10001 11100 111001 111101

Color Harmonies of #D49862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49862

Black with #D49862

Text Example


Text Example

White with #D49862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49862; }

 p { color: rgb(212,152,98); }

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

background-color css

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

 a { background-color: rgb(212,152,98); }

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

border-color css

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

 span { border-color: rgb(212,152,98); }

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