Html Css Color HEX #D79466 Whiskey

📋 copy color: '#D79466'

red 215 ◦ green 148 ◦ blue 102

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

Shades of Whiskey #D79466

Tints of Whiskey #D79466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.83%

 BLUE value IS 102 (40.23% from 255) = 21.94%

R = 46.24%
G = 31.83%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D79466 (or 0xD79466) is known color: Whiskey. HEX triplet: D7, 94 and 66. RGB value is (215,148,102). Sum of RGB (Red+Green+Blue) = 215+148+102=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D79466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79466 is #286B99. Grayscale: #A3A3A3. Windows color (decimal): -2648986 or 6722775. OLE color: 6722775.

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

Color convert

RGB 215 148 102 -
CMYK 0 0.31 0.53 0.16
HSL 24.42º 0.59% 0.62% -
HSV(B) 24.42º 0.53% 0.84% -
XYZ 41.01 36.59 17.47 -
YUV 162.79 93.7 165.24 -
System Red Green Blue C M Y K H S L
Decimal 215 148 102 0 0.31 0.53 0.16 24.42 0.59 0.62
Hex D7 94 66 0 1F 35 10 18 3B 3E
Octal 327 224 146 0 37 65 20 30 73 76
Binary 11010111 10010100 1100110 0 11111 110101 10000 11000 111011 111110

Color Harmonies of #D79466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79466

Black with #D79466

Text Example


Text Example

White with #D79466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79466; }

 p { color: rgb(215,148,102); }

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

background-color css

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

 a { background-color: rgb(215,148,102); }

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

border-color css

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

 span { border-color: rgb(215,148,102); }

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