Html Css Color HEX #D49864 Whiskey

📋 copy color: '#D49864'

red 212 ◦ green 152 ◦ blue 100

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

Shades of Whiskey #D49864

Tints of Whiskey #D49864

RGB

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

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

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

R = 45.69%
G = 32.76%
B = 21.55%

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

#D49864 (or 0xD49864) is known color: Whiskey. HEX triplet: D4, 98 and 64. RGB value is (212,152,100). Sum of RGB (Red+Green+Blue) = 212+152+100=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D49864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49864 is #2B679B. Grayscale: #A4A4A4. Windows color (decimal): -2844572 or 6592724. OLE color: 6592724.

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

Color convert

RGB 212 152 100 -
CMYK 0 0.28 0.53 0.17
HSL 27.86º 0.57% 0.61% -
HSV(B) 27.86º 0.53% 0.83% -
XYZ 40.68 37.37 17.13 -
YUV 164.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 212 152 100 0 0.28 0.53 0.17 27.86 0.57 0.61
Hex D4 98 64 0 1C 35 11 1C 39 3D
Octal 324 230 144 0 34 65 21 34 71 75
Binary 11010100 10011000 1100100 0 11100 110101 10001 11100 111001 111101

Color Harmonies of #D49864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49864

Black with #D49864

Text Example


Text Example

White with #D49864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49864; }

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

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

background-color css

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

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

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

border-color css

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

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

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