Html Css Color HEX #D79165 Whiskey

📋 copy color: '#D79165'

red 215 ◦ green 145 ◦ blue 101

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

Shades of Whiskey #D79165

Tints of Whiskey #D79165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.45%

 BLUE value IS 101 (39.84% from 255) = 21.91%

R = 46.64%
G = 31.45%
B = 21.91%

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

#D79165 (or 0xD79165) is known color: Whiskey. HEX triplet: D7, 91 and 65. RGB value is (215,145,101). Sum of RGB (Red+Green+Blue) = 215+145+101=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D79165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79165 is #286E9A. Grayscale: #A1A1A1. Windows color (decimal): -2649755 or 6656471. OLE color: 6656471.

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

Color convert

RGB 215 145 101 -
CMYK 0 0.33 0.53 0.16
HSL 23.16º 0.59% 0.62% -
HSV(B) 23.16º 0.53% 0.84% -
XYZ 40.5 35.64 17.06 -
YUV 160.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 215 145 101 0 0.33 0.53 0.16 23.16 0.59 0.62
Hex D7 91 65 0 21 35 10 17 3B 3E
Octal 327 221 145 0 41 65 20 27 73 76
Binary 11010111 10010001 1100101 0 100001 110101 10000 10111 111011 111110

Color Harmonies of #D79165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79165

Black with #D79165

Text Example


Text Example

White with #D79165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79165; }

 p { color: rgb(215,145,101); }

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

background-color css

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

 a { background-color: rgb(215,145,101); }

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

border-color css

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

 span { border-color: rgb(215,145,101); }

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