#D39961

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

Shades of Whiskey Sour #D39961

Tints of Whiskey Sour #D39961

Color information

#D39961 (or 0xD39961) is unknown color: approx Whiskey Sour. HEX triplet: D3, 99 and 61. RGB value is (211,153,97). Sum of RGB (Red+Green+Blue) = 211+153+97=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D39961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39961 is #2C669E. Grayscale: #A4A4A4. Windows color (decimal): -2909855 or 6396371. OLE color: 6396371.

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

Color convert

RGB21115397-
CMYK00.270.540.17
HSL29.47º56.44%60.39%-
HSV(B)29.47º54.03%82.75%-
XYZ40.4137.4916.42-
YUV163.9690.22161.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.77%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=45.77%
G=33.19%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111539700.270.540.1729.4756.4460.39
HexD3996101B36111d383c
Octal3232311410336621357074
Binary110100111001100111000010110111101101000111101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39961; }

 p { color: rgb(211,153,97); }

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

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

 a { background-color: rgb(211,153,97); }

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

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

 span { border-color: rgb(211,153,97); }

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