#D4975A

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

Shades of Whiskey Sour #D4975A

Tints of Whiskey Sour #D4975A

Color information

#D4975A (or 0xD4975A) is unknown color: approx Whiskey Sour. HEX triplet: D4, 97 and 5A. RGB value is (212,151,90). Sum of RGB (Red+Green+Blue) = 212+151+90=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4975A is #2B68A5. Grayscale: #A2A2A2. Windows color (decimal): -2844838 or 5937108. OLE color: 5937108.

HSL color Cylindrical-coordinate representation of color #D4975A: hue angle of 30º 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 #D4975A is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB21215190-
CMYK00.290.580.17
HSL30º58.65%59.22%-
HSV(B)30º57.55%83.14%-
XYZ40.0636.8714.68-
YUV162.2887.21163.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.80%
GREEN value IS 151 (59.38% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 19.87%
R=46.80%
G=33.33%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121519000.290.580.173058.6559.22
HexD4975A01D3A111e3b3b
Octal3242271320357221367373
Binary110101001001011110110100111011110101000111110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4975A; }

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

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

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

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

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

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

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

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