#D5944E

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

Shades of Whiskey Sour #D5944E

Tints of Whiskey Sour #D5944E

Color information

#D5944E (or 0xD5944E) is unknown color: approx Whiskey Sour. HEX triplet: D5, 94 and 4E. RGB value is (213,148,78). Sum of RGB (Red+Green+Blue) = 213+148+78=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5944E is #2A6BB1. Grayscale: #9F9F9F. Windows color (decimal): -2780082 or 5149909. OLE color: 5149909.

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

Color convert

RGB21314878-
CMYK00.310.630.16
HSL31.11º61.64%57.06%-
HSV(B)31.11º63.38%83.53%-
XYZ39.4135.8812.06-
YUV159.4582.03166.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.52%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 78 (30.86% from 255) = 17.77%
R=48.52%
G=33.71%
B=17.77%

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
Decimal2131487800.310.630.1631.1161.6457.06
HexD5944E01F3F101f3e39
Octal3252241160377720377671
Binary110101011001010010011100111111111111000011111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5944E; }

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

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

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

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

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

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

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

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