Html Css Color HEX #D49764 Whiskey

📋 copy color: '#D49764'

red 212 ◦ green 151 ◦ blue 100

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

Shades of Whiskey #D49764

Tints of Whiskey #D49764

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.61%

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

R = 45.79%
G = 32.61%
B = 21.6%

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

#D49764 (or 0xD49764) is known color: Whiskey. HEX triplet: D4, 97 and 64. RGB value is (212,151,100). Sum of RGB (Red+Green+Blue) = 212+151+100=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D49764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49764 is #2B689B. Grayscale: #A3A3A3. Windows color (decimal): -2844828 or 6592468. OLE color: 6592468.

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

Color convert

RGB 212 151 100 -
CMYK 0 0.29 0.53 0.17
HSL 27.32º 0.57% 0.61% -
HSV(B) 27.32º 0.53% 0.83% -
XYZ 40.52 37.05 17.07 -
YUV 163.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 212 151 100 0 0.29 0.53 0.17 27.32 0.57 0.61
Hex D4 97 64 0 1D 35 11 1B 39 3D
Octal 324 227 144 0 35 65 21 33 71 75
Binary 11010100 10010111 1100100 0 11101 110101 10001 11011 111001 111101

Color Harmonies of #D49764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49764

Black with #D49764

Text Example


Text Example

White with #D49764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49764; }

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

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

background-color css

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

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

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

border-color css

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

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

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