Html Css Color HEX #D79465 Whiskey

📋 copy color: '#D79465'

red 215 ◦ green 148 ◦ blue 101

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

Shades of Whiskey #D79465

Tints of Whiskey #D79465

RGB

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

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

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

R = 46.34%
G = 31.9%
B = 21.77%

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

#D79465 (or 0xD79465) is known color: Whiskey. HEX triplet: D7, 94 and 65. RGB value is (215,148,101). Sum of RGB (Red+Green+Blue) = 215+148+101=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D79465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79465 is #286B9A. Grayscale: #A2A2A2. Windows color (decimal): -2648987 or 6657239. OLE color: 6657239.

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

Color convert

RGB 215 148 101 -
CMYK 0 0.31 0.53 0.16
HSL 24.74º 0.59% 0.62% -
HSV(B) 24.74º 0.53% 0.84% -
XYZ 40.96 36.57 17.21 -
YUV 162.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 215 148 101 0 0.31 0.53 0.16 24.74 0.59 0.62
Hex D7 94 65 0 1F 35 10 19 3B 3E
Octal 327 224 145 0 37 65 20 31 73 76
Binary 11010111 10010100 1100101 0 11111 110101 10000 11001 111011 111110

Color Harmonies of #D79465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79465

Black with #D79465

Text Example


Text Example

White with #D79465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79465; }

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

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

background-color css

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

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

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

border-color css

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

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

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