Html Css Color HEX #D49963 Whiskey Sour

📋 copy color: '#D49963'

red 212 ◦ green 153 ◦ blue 99

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

Shades of Whiskey Sour #D49963

Tints of Whiskey Sour #D49963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.97%

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

R = 45.69%
G = 32.97%
B = 21.34%

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

#D49963 (or 0xD49963) is known color: Whiskey Sour. HEX triplet: D4, 99 and 63. RGB value is (212,153,99). Sum of RGB (Red+Green+Blue) = 212+153+99=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D49963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49963 is #2B669C. Grayscale: #A4A4A4. Windows color (decimal): -2844317 or 6527444. OLE color: 6527444.

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

Color convert

RGB 212 153 99 -
CMYK 0 0.28 0.53 0.17
HSL 28.67º 0.57% 0.61% -
HSV(B) 28.67º 0.53% 0.83% -
XYZ 40.79 37.68 16.93 -
YUV 164.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 212 153 99 0 0.28 0.53 0.17 28.67 0.57 0.61
Hex D4 99 63 0 1C 35 11 1D 39 3D
Octal 324 231 143 0 34 65 21 35 71 75
Binary 11010100 10011001 1100011 0 11100 110101 10001 11101 111001 111101

Color Harmonies of #D49963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49963

Black with #D49963

Text Example


Text Example

White with #D49963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49963; }

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

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

background-color css

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

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

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

border-color css

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

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

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