#d4954f

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

Shades of Whiskey Sour #D4954F

Tints of Whiskey Sour #D4954F

Color information

#D4954F (or 0xD4954F) is unknown color: approx Whiskey Sour. HEX triplet: D4, 95 and 4F. RGB value is (212,149,79). Sum of RGB (Red+Green+Blue) = 212+149+79=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D4954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4954F is #2B6AB0. Grayscale: #A0A0A0. Windows color (decimal): -2845361 or 5215700. OLE color: 5215700.

HSL color Cylindrical-coordinate representation of color #D4954F: hue angle of 31.58º degrees, saturation: 0.61, 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 #D4954F is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB21214979-
CMYK00.300.630.17
HSL31.58º60.73%57.06%-
HSV(B)31.58º62.74%83.14%-
XYZ39.3136.0612.28-
YUV159.8682.37165.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.18%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 79 (31.25% from 255) = 17.95%
R=48.18%
G=33.86%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121497900.300.630.1731.5860.7357.06
HexD4954F01E3F11203d39
Octal3242251170367721407571
Binary1101010010010101100111101111011111110001100000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4954f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4954f; }

 p { color: rgb(212,149,79); }

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

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

 a { background-color: rgb(212,149,79); }

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

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

 span { border-color: rgb(212,149,79); }

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