#D5924F

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

Shades of Whiskey Sour #D5924F

Tints of Whiskey Sour #D5924F

Color information

#D5924F (or 0xD5924F) is unknown color: approx Whiskey Sour. HEX triplet: D5, 92 and 4F. RGB value is (213,146,79). Sum of RGB (Red+Green+Blue) = 213+146+79=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5924F is #2A6DB0. Grayscale: #9E9E9E. Windows color (decimal): -2780593 or 5214933. OLE color: 5214933.

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

Color convert

RGB21314679-
CMYK00.310.630.16
HSL30º61.47%57.25%-
HSV(B)30º62.91%83.53%-
XYZ39.1335.2712.14-
YUV158.483.2166.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.63%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 79 (31.25% from 255) = 18.04%
R=48.63%
G=33.33%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131467900.310.630.163061.4757.25
HexD5924F01F3F101e3d39
Octal3252221170377720367571
Binary110101011001001010011110111111111111000011110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5924F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5924F; }

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

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

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

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

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

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

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

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