#d2944e

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

Shades of Whiskey Sour #D2944E

Tints of Whiskey Sour #D2944E

Color information

#D2944E (or 0xD2944E) is unknown color: approx Whiskey Sour. HEX triplet: D2, 94 and 4E. RGB value is (210,148,78). Sum of RGB (Red+Green+Blue) = 210+148+78=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2944E is #2D6BB1. Grayscale: #9E9E9E. Windows color (decimal): -2976690 or 5149906. OLE color: 5149906.

HSL color Cylindrical-coordinate representation of color #D2944E: hue angle of 31.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2944E is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB21014878-
CMYK00.300.630.18
HSL31.82º59.46%56.47%-
HSV(B)31.82º62.86%82.35%-
XYZ38.5435.4312.02-
YUV158.5682.54164.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.17%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 78 (30.86% from 255) = 17.89%
R=48.17%
G=33.94%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101487800.300.630.1831.8259.4656.47
HexD2944E01E3F12203b38
Octal3222241160367722407370
Binary1101001010010100100111001111011111110010100000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2944e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2944e; }

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

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

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

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

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

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

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

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