#D0965F

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

Shades of Whiskey Sour #D0965F

Tints of Whiskey Sour #D0965F

Color information

#D0965F (or 0xD0965F) is unknown color: approx Whiskey Sour. HEX triplet: D0, 96 and 5F. RGB value is (208,150,95). Sum of RGB (Red+Green+Blue) = 208+150+95=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0965F is #2F69A0. Grayscale: #A1A1A1. Windows color (decimal): -3107233 or 6264528. OLE color: 6264528.

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

Color convert

RGB20815095-
CMYK00.280.540.18
HSL29.2º54.59%59.41%-
HSV(B)29.2º54.33%81.57%-
XYZ38.9836.0515.73-
YUV161.0790.72161.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=45.92%
G=33.11%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081509500.280.540.1829.254.5959.41
HexD0965F01C36121d373b
Octal3202261370346622356773
Binary110100001001011010111110111001101101001011101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0965F; }

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

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

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

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

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

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

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

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