#D0965A

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

Shades of Whiskey Sour #D0965A

Tints of Whiskey Sour #D0965A

Color information

#D0965A (or 0xD0965A) is unknown color: approx Whiskey Sour. HEX triplet: D0, 96 and 5A. RGB value is (208,150,90). Sum of RGB (Red+Green+Blue) = 208+150+90=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0965A is #2F69A5. Grayscale: #A0A0A0. Windows color (decimal): -3107238 or 5936848. OLE color: 5936848.

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

Color convert

RGB20815090-
CMYK00.280.570.18
HSL30.51º55.66%58.43%-
HSV(B)30.51º56.73%81.57%-
XYZ38.7635.9614.57-
YUV160.588.22161.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.43%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 90 (35.55% from 255) = 20.09%
R=46.43%
G=33.48%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081509000.280.570.1830.5155.6658.43
HexD0965A01C39121f383a
Octal3202261320347122377072
Binary110100001001011010110100111001110011001011111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0965A; }

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

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

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

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

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

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

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

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