#D4985D

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

Shades of Whiskey Sour #D4985D

Tints of Whiskey Sour #D4985D

Color information

#D4985D (or 0xD4985D) is unknown color: approx Whiskey Sour. HEX triplet: D4, 98 and 5D. RGB value is (212,152,93). Sum of RGB (Red+Green+Blue) = 212+152+93=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4985D is #2B67A2. Grayscale: #A3A3A3. Windows color (decimal): -2844579 or 6133972. OLE color: 6133972.

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

Color convert

RGB21215293-
CMYK00.280.560.17
HSL29.75º58.05%59.8%-
HSV(B)29.75º56.13%83.14%-
XYZ40.3637.2415.42-
YUV163.2188.38162.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.39%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=46.39%
G=33.26%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121529300.280.560.1729.7558.0559.8
HexD4985D01C38111e3a3c
Octal3242301350347021367274
Binary110101001001100010111010111001110001000111110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4985D; }

 p { color: rgb(212,152,93); }

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

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

 a { background-color: rgb(212,152,93); }

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

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

 span { border-color: rgb(212,152,93); }

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