#D59268

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

Shades of Whiskey #D59268

Tints of Whiskey #D59268

Color information

#D59268 (or 0xD59268) is unknown color: approx Whiskey. HEX triplet: D5, 92 and 68. RGB value is (213,146,104). Sum of RGB (Red+Green+Blue) = 213+146+104=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D59268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59268 is #2A6D97. Grayscale: #A1A1A1. Windows color (decimal): -2780568 or 6853333. OLE color: 6853333.

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

Color convert

RGB213146104-
CMYK00.310.510.16
HSL23.12º56.48%62.16%-
HSV(B)23.12º51.17%83.53%-
XYZ40.2235.717.87-
YUV161.2495.7164.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.00%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=46.00%
G=31.53%
B=22.46%

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
Decimal21314610400.310.510.1623.1256.4862.16
HexD5926801F331017383e
Octal3252221500376320277076
Binary110101011001001011010000111111100111000010111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59268; }

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

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

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

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

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

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

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

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