#D7965F

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

Shades of Whiskey Sour #D7965F

Tints of Whiskey Sour #D7965F

Color information

#D7965F (or 0xD7965F) is unknown color: approx Whiskey Sour. HEX triplet: D7, 96 and 5F. RGB value is (215,150,95). Sum of RGB (Red+Green+Blue) = 215+150+95=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D7965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7965F is #2869A0. Grayscale: #A3A3A3. Windows color (decimal): -2648481 or 6264535. OLE color: 6264535.

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

Color convert

RGB21515095-
CMYK00.300.560.16
HSL27.5º60%60.78%-
HSV(B)27.5º55.81%84.31%-
XYZ4137.0915.82-
YUV163.1689.53164.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.74%
GREEN value IS 150 (58.98% from 255) = 32.61%
BLUE value IS 95 (37.5% from 255) = 20.65%
R=46.74%
G=32.61%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151509500.300.560.1627.56060.78
HexD7965F01E38101c3c3d
Octal3272261370367020347475
Binary110101111001011010111110111101110001000011100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7965F; }

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

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

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

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

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

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

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

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