#D5975C

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

Shades of Whiskey Sour #D5975C

Tints of Whiskey Sour #D5975C

Color information

#D5975C (or 0xD5975C) is unknown color: approx Whiskey Sour. HEX triplet: D5, 97 and 5C. RGB value is (213,151,92). Sum of RGB (Red+Green+Blue) = 213+151+92=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5975C is #2A68A3. Grayscale: #A3A3A3. Windows color (decimal): -2779300 or 6068181. OLE color: 6068181.

HSL color Cylindrical-coordinate representation of color #D5975C: hue angle of 29.26º 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 #D5975C is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21315192-
CMYK00.290.570.16
HSL29.26º59.02%59.8%-
HSV(B)29.26º56.81%83.53%-
XYZ40.4437.0515.15-
YUV162.8188.04163.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 92 (36.33% from 255) = 20.18%
R=46.71%
G=33.11%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131519200.290.570.1629.2659.0259.8
HexD5975C01D39101d3b3c
Octal3252271340357120357374
Binary110101011001011110111000111011110011000011101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5975C; }

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

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

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

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

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

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

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

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