#D09263

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

Shades of Whiskey #D09263

Tints of Whiskey #D09263

Color information

#D09263 (or 0xD09263) is unknown color: approx Whiskey. HEX triplet: D0, 92 and 63. RGB value is (208,146,99). Sum of RGB (Red+Green+Blue) = 208+146+99=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D09263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09263 is #2F6D9C. Grayscale: #9F9F9F. Windows color (decimal): -3108253 or 6525648. OLE color: 6525648.

HSL color Cylindrical-coordinate representation of color #D09263: hue angle of 25.87º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D09263 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB20814699-
CMYK00.300.520.18
HSL25.87º53.69%60.2%-
HSV(B)25.87º52.4%81.57%-
XYZ38.5434.8716.5-
YUV159.1894.04162.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=45.92%
G=32.23%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081469900.300.520.1825.8753.6960.2
HexD0926301E34121a363c
Octal3202221430366422326674
Binary110100001001001011000110111101101001001011010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09263; }

 p { color: rgb(208,146,99); }

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

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

 a { background-color: rgb(208,146,99); }

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

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

 span { border-color: rgb(208,146,99); }

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