#D5995F

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

Shades of Whiskey Sour #D5995F

Tints of Whiskey Sour #D5995F

Color information

#D5995F (or 0xD5995F) is unknown color: approx Whiskey Sour. HEX triplet: D5, 99 and 5F. RGB value is (213,153,95). Sum of RGB (Red+Green+Blue) = 213+153+95=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5995F is #2A66A0. Grayscale: #A4A4A4. Windows color (decimal): -2778785 or 6265301. OLE color: 6265301.

HSL color Cylindrical-coordinate representation of color #D5995F: hue angle of 29.49º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5995F is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21315395-
CMYK00.280.550.16
HSL29.49º58.42%60.39%-
HSV(B)29.49º55.4%83.53%-
XYZ40.937.7515.96-
YUV164.3388.88162.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 95 (37.5% from 255) = 20.61%
R=46.20%
G=33.19%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131539500.280.550.1629.4958.4260.39
HexD5995F01C37101d3a3c
Octal3252311370346720357274
Binary110101011001100110111110111001101111000011101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5995F; }

 p { color: rgb(213,153,95); }

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

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

 a { background-color: rgb(213,153,95); }

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

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

 span { border-color: rgb(213,153,95); }

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