#D5975E

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

Shades of Whiskey Sour #D5975E

Tints of Whiskey Sour #D5975E

Color information

#D5975E (or 0xD5975E) is unknown color: approx Whiskey Sour. HEX triplet: D5, 97 and 5E. RGB value is (213,151,94). Sum of RGB (Red+Green+Blue) = 213+151+94=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5975E is #2A68A1. Grayscale: #A3A3A3. Windows color (decimal): -2779298 or 6199253. OLE color: 6199253.

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

Color convert

RGB21315194-
CMYK00.290.560.16
HSL28.74º58.62%60.2%-
HSV(B)28.74º55.87%83.53%-
XYZ40.5337.0915.61-
YUV163.0489.04163.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 151 (59.38% from 255) = 32.97%
BLUE value IS 94 (37.11% from 255) = 20.52%
R=46.51%
G=32.97%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131519400.290.560.1628.7458.6260.2
HexD5975E01D38101d3b3c
Octal3252271360357020357374
Binary110101011001011110111100111011110001000011101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5975E; }

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

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

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

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

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

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

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

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