Html Css Color HEX #D49064 Whiskey

📋 copy color: '#D49064'

red 212 ◦ green 144 ◦ blue 100

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

Shades of Whiskey #D49064

Tints of Whiskey #D49064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.58%

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

R = 46.49%
G = 31.58%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D49064 (or 0xD49064) is known color: Whiskey. HEX triplet: D4, 90 and 64. RGB value is (212,144,100). Sum of RGB (Red+Green+Blue) = 212+144+100=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D49064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49064 is #2B6F9B. Grayscale: #9F9F9F. Windows color (decimal): -2846620 or 6590676. OLE color: 6590676.

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

Color convert

RGB 212 144 100 -
CMYK 0 0.32 0.53 0.17
HSL 23.57º 0.57% 0.61% -
HSV(B) 23.57º 0.53% 0.83% -
XYZ 39.42 34.86 16.71 -
YUV 159.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 212 144 100 0 0.32 0.53 0.17 23.57 0.57 0.61
Hex D4 90 64 0 20 35 11 18 39 3D
Octal 324 220 144 0 40 65 21 30 71 75
Binary 11010100 10010000 1100100 0 100000 110101 10001 11000 111001 111101

Color Harmonies of #D49064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49064

Black with #D49064

Text Example


Text Example

White with #D49064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49064; }

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

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

background-color css

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

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

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

border-color css

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

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

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