Html Css Color HEX #D79364 Whiskey

📋 copy color: '#D79364'

red 215 ◦ green 147 ◦ blue 100

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

Shades of Whiskey #D79364

Tints of Whiskey #D79364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.82%

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

R = 46.54%
G = 31.82%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D79364 (or 0xD79364) is known color: Whiskey. HEX triplet: D7, 93 and 64. RGB value is (215,147,100). Sum of RGB (Red+Green+Blue) = 215+147+100=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D79364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79364 is #286C9B. Grayscale: #A2A2A2. Windows color (decimal): -2649244 or 6591447. OLE color: 6591447.

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

Color convert

RGB 215 147 100 -
CMYK 0 0.32 0.53 0.16
HSL 24.52º 0.59% 0.62% -
HSV(B) 24.52º 0.53% 0.84% -
XYZ 40.76 36.23 16.9 -
YUV 161.97 93.03 165.82 -
System Red Green Blue C M Y K H S L
Decimal 215 147 100 0 0.32 0.53 0.16 24.52 0.59 0.62
Hex D7 93 64 0 20 35 10 19 3B 3E
Octal 327 223 144 0 40 65 20 31 73 76
Binary 11010111 10010011 1100100 0 100000 110101 10000 11001 111011 111110

Color Harmonies of #D79364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79364

Black with #D79364

Text Example


Text Example

White with #D79364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79364; }

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

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

background-color css

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

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

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

border-color css

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

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

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