#D9965F

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

Shades of Whiskey Sour #D9965F

Tints of Whiskey Sour #D9965F

Color information

#D9965F (or 0xD9965F) is unknown color: approx Whiskey Sour. HEX triplet: D9, 96 and 5F. RGB value is (217,150,95). Sum of RGB (Red+Green+Blue) = 217+150+95=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9965F is #2669A0. Grayscale: #A4A4A4. Windows color (decimal): -2517409 or 6264537. OLE color: 6264537.

HSL color Cylindrical-coordinate representation of color #D9965F: hue angle of 27.05º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9965F is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21715095-
CMYK00.310.560.15
HSL27.05º61.62%61.18%-
HSV(B)27.05º56.22%85.1%-
XYZ41.5937.3915.85-
YUV163.7689.2165.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.97%
GREEN value IS 150 (58.98% from 255) = 32.47%
BLUE value IS 95 (37.5% from 255) = 20.56%
R=46.97%
G=32.47%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171509500.310.560.1527.0561.6261.18
HexD9965F01F38F1b3e3d
Octal3312261370377017337675
Binary11011001100101101011111011111111000111111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9965F; }

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

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

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

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

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

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

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

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