#d59468

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

Shades of Whiskey #D59468

Tints of Whiskey #D59468

Color information

#D59468 (or 0xD59468) is unknown color: approx Whiskey. HEX triplet: D5, 94 and 68. RGB value is (213,148,104). Sum of RGB (Red+Green+Blue) = 213+148+104=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D59468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59468 is #2A6B97. Grayscale: #A2A2A2. Windows color (decimal): -2780056 or 6853845. OLE color: 6853845.

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

Color convert

RGB213148104-
CMYK00.310.510.16
HSL24.22º56.48%62.16%-
HSV(B)24.22º51.17%83.53%-
XYZ40.5336.3317.97-
YUV162.4295.03164.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=45.81%
G=31.83%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314810400.310.510.1624.2256.4862.16
HexD5946801F331018383e
Octal3252241500376320307076
Binary110101011001010011010000111111100111000011000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d59468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d59468; }

 p { color: rgb(213,148,104); }

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

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

 a { background-color: rgb(213,148,104); }

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

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

 span { border-color: rgb(213,148,104); }

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