#D4935C

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

Shades of Whiskey Sour #D4935C

Tints of Whiskey Sour #D4935C

Color information

#D4935C (or 0xD4935C) is unknown color: approx Whiskey Sour. HEX triplet: D4, 93 and 5C. RGB value is (212,147,92). Sum of RGB (Red+Green+Blue) = 212+147+92=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4935C is #2B6CA3. Grayscale: #A0A0A0. Windows color (decimal): -2845860 or 6067156. OLE color: 6067156.

HSL color Cylindrical-coordinate representation of color #D4935C: hue angle of 27.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 #D4935C is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB21214792-
CMYK00.310.570.17
HSL27.5º58.25%59.61%-
HSV(B)27.5º56.6%83.14%-
XYZ39.5235.6414.92-
YUV160.1689.53164.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 92 (36.33% from 255) = 20.40%
R=47.01%
G=32.59%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121479200.310.570.1727.558.2559.61
HexD4935C01F39111c3a3c
Octal3242231340377121347274
Binary110101001001001110111000111111110011000111100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4935C; }

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

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

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

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

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

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

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

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