Html Css Color HEX #D49564 Whiskey

📋 copy color: '#D49564'

red 212 ◦ green 149 ◦ blue 100

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

Shades of Whiskey #D49564

Tints of Whiskey #D49564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.32%

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

R = 45.99%
G = 32.32%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D49564 (or 0xD49564) is known color: Whiskey. HEX triplet: D4, 95 and 64. RGB value is (212,149,100). Sum of RGB (Red+Green+Blue) = 212+149+100=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D49564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49564 is #2B6A9B. Grayscale: #A2A2A2. Windows color (decimal): -2845340 or 6591956. OLE color: 6591956.

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

Color convert

RGB 212 149 100 -
CMYK 0 0.30 0.53 0.17
HSL 26.25º 0.57% 0.61% -
HSV(B) 26.25º 0.53% 0.83% -
XYZ 40.2 36.41 16.97 -
YUV 162.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 212 149 100 0 0.30 0.53 0.17 26.25 0.57 0.61
Hex D4 95 64 0 1E 35 11 1A 39 3D
Octal 324 225 144 0 36 65 21 32 71 75
Binary 11010100 10010101 1100100 0 11110 110101 10001 11010 111001 111101

Color Harmonies of #D49564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49564

Black with #D49564

Text Example


Text Example

White with #D49564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49564; }

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

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

background-color css

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

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

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

border-color css

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

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

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