Html Css Color HEX #D49663 Whiskey

📋 copy color: '#D49663'

red 212 ◦ green 150 ◦ blue 99

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

Shades of Whiskey #D49663

Tints of Whiskey #D49663

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.54%

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

R = 45.99%
G = 32.54%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D49663 (or 0xD49663) is known color: Whiskey. HEX triplet: D4, 96 and 63. RGB value is (212,150,99). Sum of RGB (Red+Green+Blue) = 212+150+99=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D49663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49663 is #2B699C. Grayscale: #A2A2A2. Windows color (decimal): -2845085 or 6526676. OLE color: 6526676.

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

Color convert

RGB 212 150 99 -
CMYK 0 0.29 0.53 0.17
HSL 27.08º 0.57% 0.61% -
HSV(B) 27.08º 0.53% 0.83% -
XYZ 40.31 36.71 16.77 -
YUV 162.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 212 150 99 0 0.29 0.53 0.17 27.08 0.57 0.61
Hex D4 96 63 0 1D 35 11 1B 39 3D
Octal 324 226 143 0 35 65 21 33 71 75
Binary 11010100 10010110 1100011 0 11101 110101 10001 11011 111001 111101

Color Harmonies of #D49663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49663

Black with #D49663

Text Example


Text Example

White with #D49663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49663; }

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

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

background-color css

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

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

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

border-color css

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

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

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