#D59265

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

Shades of Whiskey #D59265

Tints of Whiskey #D59265

Color information

#D59265 (or 0xD59265) is unknown color: approx Whiskey. HEX triplet: D5, 92 and 65. RGB value is (213,146,101). Sum of RGB (Red+Green+Blue) = 213+146+101=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D59265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59265 is #2A6D9A. Grayscale: #A1A1A1. Windows color (decimal): -2780571 or 6656725. OLE color: 6656725.

HSL color Cylindrical-coordinate representation of color #D59265: hue angle of 24.11º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D59265 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB213146101-
CMYK00.310.530.16
HSL24.11º57.14%61.57%-
HSV(B)24.11º52.58%83.53%-
XYZ40.0735.6417.08-
YUV160.994.2165.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=46.30%
G=31.74%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314610100.310.530.1624.1157.1461.57
HexD5926501F351018393e
Octal3252221450376520307176
Binary110101011001001011001010111111101011000011000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59265; }

 p { color: rgb(213,146,101); }

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

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

 a { background-color: rgb(213,146,101); }

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

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

 span { border-color: rgb(213,146,101); }

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