#D59467

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

Shades of Whiskey #D59467

Tints of Whiskey #D59467

Color information

#D59467 (or 0xD59467) is unknown color: approx Whiskey. HEX triplet: D5, 94 and 67. RGB value is (213,148,103). Sum of RGB (Red+Green+Blue) = 213+148+103=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D59467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59467 is #2A6B98. Grayscale: #A2A2A2. Windows color (decimal): -2780057 or 6788309. OLE color: 6788309.

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

Color convert

RGB213148103-
CMYK00.310.520.16
HSL24.55º56.7%61.96%-
HSV(B)24.55º51.64%83.53%-
XYZ40.4836.3117.71-
YUV162.394.53164.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.91%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 103 (40.62% from 255) = 22.20%
R=45.91%
G=31.90%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314810300.310.520.1624.5556.761.96
HexD5946701F341019393e
Octal3252241470376420317176
Binary110101011001010011001110111111101001000011001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59467; }

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

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

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

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

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

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

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

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