#D1965F

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

Shades of Whiskey Sour #D1965F

Tints of Whiskey Sour #D1965F

Color information

#D1965F (or 0xD1965F) is unknown color: approx Whiskey Sour. HEX triplet: D1, 96 and 5F. RGB value is (209,150,95). Sum of RGB (Red+Green+Blue) = 209+150+95=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D1965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1965F is #2E69A0. Grayscale: #A1A1A1. Windows color (decimal): -3041697 or 6264529. OLE color: 6264529.

HSL color Cylindrical-coordinate representation of color #D1965F: hue angle of 28.95º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1965F is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB20915095-
CMYK00.280.550.18
HSL28.95º55.34%59.61%-
HSV(B)28.95º54.55%81.96%-
XYZ39.2736.1915.74-
YUV161.3790.55161.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.04%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 95 (37.5% from 255) = 20.93%
R=46.04%
G=33.04%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091509500.280.550.1828.9555.3459.61
HexD1965F01C37121d373c
Octal3212261370346722356774
Binary110100011001011010111110111001101111001011101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1965F; }

 p { color: rgb(209,150,95); }

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

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

 a { background-color: rgb(209,150,95); }

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

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

 span { border-color: rgb(209,150,95); }

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