#D5944F

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

Shades of Whiskey Sour #D5944F

Tints of Whiskey Sour #D5944F

Color information

#D5944F (or 0xD5944F) is unknown color: approx Whiskey Sour. HEX triplet: D5, 94 and 4F. RGB value is (213,148,79). Sum of RGB (Red+Green+Blue) = 213+148+79=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5944F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5944F is #2A6BB0. Grayscale: #9F9F9F. Windows color (decimal): -2780081 or 5215445. OLE color: 5215445.

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

Color convert

RGB21314879-
CMYK00.310.630.16
HSL30.9º61.47%57.25%-
HSV(B)30.9º62.91%83.53%-
XYZ39.4435.8912.25-
YUV159.5782.53166.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 79 (31.25% from 255) = 17.95%
R=48.41%
G=33.64%
B=17.95%

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
Decimal2131487900.310.630.1630.961.4757.25
HexD5944F01F3F101f3d39
Octal3252241170377720377571
Binary110101011001010010011110111111111111000011111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5944F; }

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

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

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

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

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

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

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

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