#D5925B

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

Shades of Whiskey Sour #D5925B

Tints of Whiskey Sour #D5925B

Color information

#D5925B (or 0xD5925B) is unknown color: approx Whiskey Sour. HEX triplet: D5, 92 and 5B. RGB value is (213,146,91). Sum of RGB (Red+Green+Blue) = 213+146+91=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5925B is #2A6DA4. Grayscale: #A0A0A0. Windows color (decimal): -2780581 or 6001365. OLE color: 6001365.

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

Color convert

RGB21314691-
CMYK00.310.570.16
HSL27.05º59.22%59.61%-
HSV(B)27.05º57.28%83.53%-
XYZ39.6135.4614.65-
YUV159.7689.2165.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.33%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 91 (35.94% from 255) = 20.22%
R=47.33%
G=32.44%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131469100.310.570.1627.0559.2259.61
HexD5925B01F39101b3b3c
Octal3252221330377120337374
Binary110101011001001010110110111111110011000011011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5925B; }

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

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

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

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

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

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

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

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