#D5995E

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

Shades of Whiskey Sour #D5995E

Tints of Whiskey Sour #D5995E

Color information

#D5995E (or 0xD5995E) is unknown color: approx Whiskey Sour. HEX triplet: D5, 99 and 5E. RGB value is (213,153,94). Sum of RGB (Red+Green+Blue) = 213+153+94=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5995E is #2A66A1. Grayscale: #A4A4A4. Windows color (decimal): -2778786 or 6199765. OLE color: 6199765.

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

Color convert

RGB21315394-
CMYK00.280.560.16
HSL29.75º58.62%60.2%-
HSV(B)29.75º55.87%83.53%-
XYZ40.8537.7415.72-
YUV164.2188.38162.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 94 (37.11% from 255) = 20.43%
R=46.30%
G=33.26%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131539400.280.560.1629.7558.6260.2
HexD5995E01C38101e3b3c
Octal3252311360347020367374
Binary110101011001100110111100111001110001000011110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5995E; }

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

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

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

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

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

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

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

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