#D4955A

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

Shades of Whiskey Sour #D4955A

Tints of Whiskey Sour #D4955A

Color information

#D4955A (or 0xD4955A) is unknown color: approx Whiskey Sour. HEX triplet: D4, 95 and 5A. RGB value is (212,149,90). Sum of RGB (Red+Green+Blue) = 212+149+90=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4955A is #2B6AA5. Grayscale: #A1A1A1. Windows color (decimal): -2845350 or 5936596. OLE color: 5936596.

HSL color Cylindrical-coordinate representation of color #D4955A: hue angle of 29.02º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4955A is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB21214990-
CMYK00.300.580.17
HSL29.02º58.65%59.22%-
HSV(B)29.02º57.55%83.14%-
XYZ39.7436.2314.57-
YUV161.1187.87164.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=47.01%
G=33.04%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121499000.300.580.1729.0258.6559.22
HexD4955A01E3A111d3b3b
Octal3242251320367221357373
Binary110101001001010110110100111101110101000111101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4955A; }

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

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

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

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

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

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

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

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