#D98F61

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

Shades of Whiskey #D98F61

Tints of Whiskey #D98F61

Color information

#D98F61 (or 0xD98F61) is unknown color: approx Whiskey. HEX triplet: D9, 8F and 61. RGB value is (217,143,97). Sum of RGB (Red+Green+Blue) = 217+143+97=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F61 is #26709E. Grayscale: #A0A0A0. Windows color (decimal): -2519199 or 6393817. OLE color: 6393817.

HSL color Cylindrical-coordinate representation of color #D98F61: hue angle of 23º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D98F61 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21714397-
CMYK00.340.550.15
HSL23º61.22%61.57%-
HSV(B)23º55.3%85.1%-
XYZ40.635.2615.98-
YUV159.8892.52168.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.48%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=47.48%
G=31.29%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171439700.340.550.152361.2261.57
HexD98F6102237F173d3e
Octal3312171410426717277576
Binary110110011000111111000010100010110111111110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98F61; }

 p { color: rgb(217,143,97); }

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

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

 a { background-color: rgb(217,143,97); }

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

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

 span { border-color: rgb(217,143,97); }

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