Html Css Color HEX #D79064 Whiskey

📋 copy color: '#D79064'

red 215 ◦ green 144 ◦ blue 100

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

Shades of Whiskey #D79064

Tints of Whiskey #D79064

RGB

 RED value IS 215 (84.38% from 255) = 46.84%

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

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

R = 46.84%
G = 31.37%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D79064 (or 0xD79064) is known color: Whiskey. HEX triplet: D7, 90 and 64. RGB value is (215,144,100). Sum of RGB (Red+Green+Blue) = 215+144+100=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D79064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79064 is #286F9B. Grayscale: #A0A0A0. Windows color (decimal): -2650012 or 6590679. OLE color: 6590679.

HSL color Cylindrical-coordinate representation of color #D79064: hue angle of 22.96º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D79064 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 144 100 -
CMYK 0 0.33 0.53 0.16
HSL 22.96º 0.59% 0.62% -
HSV(B) 22.96º 0.53% 0.84% -
XYZ 40.3 35.31 16.75 -
YUV 160.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 215 144 100 0 0.33 0.53 0.16 22.96 0.59 0.62
Hex D7 90 64 0 21 35 10 17 3B 3E
Octal 327 220 144 0 41 65 20 27 73 76
Binary 11010111 10010000 1100100 0 100001 110101 10000 10111 111011 111110

Color Harmonies of #D79064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79064

Black with #D79064

Text Example


Text Example

White with #D79064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79064; }

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

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

background-color css

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

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

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

border-color css

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

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

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