#d5925e

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

Shades of Whiskey Sour #D5925E

Tints of Whiskey Sour #D5925E

Color information

#D5925E (or 0xD5925E) is unknown color: approx Whiskey Sour. HEX triplet: D5, 92 and 5E. RGB value is (213,146,94). Sum of RGB (Red+Green+Blue) = 213+146+94=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5925E is #2A6DA1. Grayscale: #A0A0A0. Windows color (decimal): -2780578 or 6197973. OLE color: 6197973.

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

Color convert

RGB21314694-
CMYK00.310.560.16
HSL26.22º58.62%60.2%-
HSV(B)26.22º55.87%83.53%-
XYZ39.7435.5115.35-
YUV160.1190.7165.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 94 (37.11% from 255) = 20.75%
R=47.02%
G=32.23%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131469400.310.560.1626.2258.6260.2
HexD5925E01F38101a3b3c
Octal3252221360377020327374
Binary110101011001001010111100111111110001000011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5925e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5925e; }

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

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

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

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

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

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

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

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