#d9976c

Color #D9976C Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #D9976C

Tints of Whiskey #D9976C

Color information

#D9976C (or 0xD9976C) is unknown color: approx Whiskey. HEX triplet: D9, 97 and 6C. RGB value is (217,151,108). Sum of RGB (Red+Green+Blue) = 217+151+108=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9976C is #266893. Grayscale: #A6A6A6. Windows color (decimal): -2517140 or 7116761. OLE color: 7116761.

HSL color Cylindrical-coordinate representation of color #D9976C: hue angle of 23.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9976C is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB217151108-
CMYK00.300.500.15
HSL23.67º58.92%63.73%-
HSV(B)23.67º50.23%85.1%-
XYZ42.3937.9719.28-
YUV165.8395.37164.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.59%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 108 (42.58% from 255) = 22.69%
R=45.59%
G=31.72%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715110800.300.500.1523.6758.9263.73
HexD9976C01E32F183b40
Octal33122715403662173073100
Binary110110011001011111011000111101100101111110001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9976c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9976c; }

 p { color: rgb(217,151,108); }

 H1.HeaderClassName
 {
   color: #d9976c;
 }
 .AnyTagClassName
 {
   color: #d9976c;
 }
</style>
background-color css

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

 a { background-color: rgb(217,151,108); }

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

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

 span { border-color: rgb(217,151,108); }

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