#D5985C

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

Shades of Whiskey Sour #D5985C

Tints of Whiskey Sour #D5985C

Color information

#D5985C (or 0xD5985C) is unknown color: approx Whiskey Sour. HEX triplet: D5, 98 and 5C. RGB value is (213,152,92). Sum of RGB (Red+Green+Blue) = 213+152+92=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5985C is #2A67A3. Grayscale: #A3A3A3. Windows color (decimal): -2779044 or 6068437. OLE color: 6068437.

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

Color convert

RGB21315292-
CMYK00.290.570.16
HSL29.75º59.02%59.8%-
HSV(B)29.75º56.81%83.53%-
XYZ40.637.3815.2-
YUV163.487.71163.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.61%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=46.61%
G=33.26%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131529200.290.570.1629.7559.0259.8
HexD5985C01D39101e3b3c
Octal3252301340357120367374
Binary110101011001100010111000111011110011000011110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5985C; }

 p { color: rgb(213,152,92); }

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

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

 a { background-color: rgb(213,152,92); }

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

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

 span { border-color: rgb(213,152,92); }

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