#D59261

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

Shades of Whiskey #D59261

Tints of Whiskey #D59261

Color information

#D59261 (or 0xD59261) is unknown color: approx Whiskey. HEX triplet: D5, 92 and 61. RGB value is (213,146,97). Sum of RGB (Red+Green+Blue) = 213+146+97=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D59261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59261 is #2A6D9E. Grayscale: #A0A0A0. Windows color (decimal): -2780575 or 6394581. OLE color: 6394581.

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

Color convert

RGB21314697-
CMYK00.310.540.16
HSL25.34º58%60.78%-
HSV(B)25.34º54.46%83.53%-
XYZ39.8835.5716.07-
YUV160.4592.2165.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=46.71%
G=32.02%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131469700.310.540.1625.345860.78
HexD5926101F3610193a3d
Octal3252221410376620317275
Binary110101011001001011000010111111101101000011001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59261; }

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

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

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

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

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

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

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

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