#D5995C

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

Shades of Whiskey Sour #D5995C

Tints of Whiskey Sour #D5995C

Color information

#D5995C (or 0xD5995C) is unknown color: approx Whiskey Sour. HEX triplet: D5, 99 and 5C. RGB value is (213,153,92). Sum of RGB (Red+Green+Blue) = 213+153+92=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5995C is #2A66A3. Grayscale: #A4A4A4. Windows color (decimal): -2778788 or 6068693. OLE color: 6068693.

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

Color convert

RGB21315392-
CMYK00.280.570.16
HSL30.25º59.02%59.8%-
HSV(B)30.25º56.81%83.53%-
XYZ40.7637.715.25-
YUV163.9987.38162.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 92 (36.33% from 255) = 20.09%
R=46.51%
G=33.41%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131539200.280.570.1630.2559.0259.8
HexD5995C01C39101e3b3c
Octal3252311340347120367374
Binary110101011001100110111000111001110011000011110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5995C; }

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

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

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

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

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

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

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

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