#D98D61

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

Shades of Whiskey #D98D61

Tints of Whiskey #D98D61

Color information

#D98D61 (or 0xD98D61) is unknown color: approx Whiskey. HEX triplet: D9, 8D and 61. RGB value is (217,141,97). Sum of RGB (Red+Green+Blue) = 217+141+97=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D61 is #26729E. Grayscale: #9E9E9E. Windows color (decimal): -2519711 or 6393305. OLE color: 6393305.

HSL color Cylindrical-coordinate representation of color #D98D61: hue angle of 22º 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 #D98D61 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21714197-
CMYK00.350.550.15
HSL22º61.22%61.57%-
HSV(B)22º55.3%85.1%-
XYZ40.334.6615.88-
YUV158.7193.18169.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.69%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=47.69%
G=30.99%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171419700.350.550.152261.2261.57
HexD98D6102337F163d3e
Octal3312151410436717267576
Binary110110011000110111000010100011110111111110110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D61; }

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

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

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

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

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

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

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

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