Html Css Color HEX #D49863 Whiskey Sour

📋 copy color: '#D49863'

red 212 ◦ green 152 ◦ blue 99

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

Shades of Whiskey Sour #D49863

Tints of Whiskey Sour #D49863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.38%

R = 45.79%
G = 32.83%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D49863 (or 0xD49863) is known color: Whiskey Sour. HEX triplet: D4, 98 and 63. RGB value is (212,152,99). Sum of RGB (Red+Green+Blue) = 212+152+99=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D49863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49863 is #2B679C. Grayscale: #A4A4A4. Windows color (decimal): -2844573 or 6527188. OLE color: 6527188.

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

Color convert

RGB 212 152 99 -
CMYK 0 0.28 0.53 0.17
HSL 28.14º 0.57% 0.61% -
HSV(B) 28.14º 0.53% 0.83% -
XYZ 40.63 37.35 16.87 -
YUV 163.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 212 152 99 0 0.28 0.53 0.17 28.14 0.57 0.61
Hex D4 98 63 0 1C 35 11 1C 39 3D
Octal 324 230 143 0 34 65 21 34 71 75
Binary 11010100 10011000 1100011 0 11100 110101 10001 11100 111001 111101

Color Harmonies of #D49863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49863

Black with #D49863

Text Example


Text Example

White with #D49863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49863; }

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

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

background-color css

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

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

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

border-color css

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

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

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