#D59262

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

Shades of Whiskey #D59262

Tints of Whiskey #D59262

Color information

#D59262 (or 0xD59262) is unknown color: approx Whiskey. HEX triplet: D5, 92 and 62. RGB value is (213,146,98). Sum of RGB (Red+Green+Blue) = 213+146+98=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D59262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59262 is #2A6D9D. Grayscale: #A0A0A0. Windows color (decimal): -2780574 or 6460117. OLE color: 6460117.

HSL color Cylindrical-coordinate representation of color #D59262: hue angle of 25.04º 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 #D59262 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21314698-
CMYK00.310.540.16
HSL25.04º57.79%60.98%-
HSV(B)25.04º53.99%83.53%-
XYZ39.9235.5916.32-
YUV160.5692.7165.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.61%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 98 (38.67% from 255) = 21.44%
R=46.61%
G=31.95%
B=21.44%

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
Decimal2131469800.310.540.1625.0457.7960.98
HexD5926201F3610193a3d
Octal3252221420376620317275
Binary110101011001001011000100111111101101000011001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59262; }

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

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

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

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

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

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

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

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