#D4975C

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

Shades of Whiskey Sour #D4975C

Tints of Whiskey Sour #D4975C

Color information

#D4975C (or 0xD4975C) is unknown color: approx Whiskey Sour. HEX triplet: D4, 97 and 5C. RGB value is (212,151,92). Sum of RGB (Red+Green+Blue) = 212+151+92=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D4975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4975C is #2B68A3. Grayscale: #A2A2A2. Windows color (decimal): -2844836 or 6068180. OLE color: 6068180.

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

Color convert

RGB21215192-
CMYK00.290.570.17
HSL29.5º58.25%59.61%-
HSV(B)29.5º56.6%83.14%-
XYZ40.1536.915.13-
YUV162.5188.21163.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.59%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 92 (36.33% from 255) = 20.22%
R=46.59%
G=33.19%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121519200.290.570.1729.558.2559.61
HexD4975C01D39111e3a3c
Octal3242271340357121367274
Binary110101001001011110111000111011110011000111110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4975C; }

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

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

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

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

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

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

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

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