#D3974F

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

Shades of Whiskey Sour #D3974F

Tints of Whiskey Sour #D3974F

Color information

#D3974F (or 0xD3974F) is unknown color: approx Whiskey Sour. HEX triplet: D3, 97 and 4F. RGB value is (211,151,79). Sum of RGB (Red+Green+Blue) = 211+151+79=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D3974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3974F is #2C68B0. Grayscale: #A1A1A1. Windows color (decimal): -2910385 or 5216211. OLE color: 5216211.

HSL color Cylindrical-coordinate representation of color #D3974F: hue angle of 32.73º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3974F is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB21115179-
CMYK00.280.630.17
HSL32.73º60%56.86%-
HSV(B)32.73º62.56%82.75%-
XYZ39.3436.5512.38-
YUV160.7381.88163.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.85%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 79 (31.25% from 255) = 17.91%
R=47.85%
G=34.24%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111517900.280.630.1732.736056.86
HexD3974F01C3F11213c39
Octal3232271170347721417471
Binary1101001110010111100111101110011111110001100001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3974F; }

 p { color: rgb(211,151,79); }

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

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

 a { background-color: rgb(211,151,79); }

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

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

 span { border-color: rgb(211,151,79); }

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