Html Css Color HEX #D49964 Whiskey

📋 copy color: '#D49964'

red 212 ◦ green 153 ◦ blue 100

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

Shades of Whiskey #D49964

Tints of Whiskey #D49964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 45.59%
G = 32.9%
B = 21.51%

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

#D49964 (or 0xD49964) is known color: Whiskey. HEX triplet: D4, 99 and 64. RGB value is (212,153,100). Sum of RGB (Red+Green+Blue) = 212+153+100=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D49964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49964 is #2B669B. Grayscale: #A4A4A4. Windows color (decimal): -2844316 or 6592980. OLE color: 6592980.

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

Color convert

RGB 212 153 100 -
CMYK 0 0.28 0.53 0.17
HSL 28.39º 0.57% 0.61% -
HSV(B) 28.39º 0.53% 0.83% -
XYZ 40.84 37.7 17.18 -
YUV 164.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 212 153 100 0 0.28 0.53 0.17 28.39 0.57 0.61
Hex D4 99 64 0 1C 35 11 1C 39 3D
Octal 324 231 144 0 34 65 21 34 71 75
Binary 11010100 10011001 1100100 0 11100 110101 10001 11100 111001 111101

Color Harmonies of #D49964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49964

Black with #D49964

Text Example


Text Example

White with #D49964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49964; }

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

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

background-color css

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

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

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

border-color css

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

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

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