#D19262

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

Shades of Whiskey #D19262

Tints of Whiskey #D19262

Color information

#D19262 (or 0xD19262) is unknown color: approx Whiskey. HEX triplet: D1, 92 and 62. RGB value is (209,146,98). Sum of RGB (Red+Green+Blue) = 209+146+98=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D19262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19262 is #2E6D9D. Grayscale: #9F9F9F. Windows color (decimal): -3042718 or 6460113. OLE color: 6460113.

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

Color convert

RGB20914698-
CMYK00.300.530.18
HSL25.95º54.68%60.2%-
HSV(B)25.95º53.11%81.96%-
XYZ38.7834.9916.27-
YUV159.3693.37163.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.14%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 98 (38.67% from 255) = 21.63%
R=46.14%
G=32.23%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091469800.300.530.1825.9554.6860.2
HexD1926201E35121a373c
Octal3212221420366522326774
Binary110100011001001011000100111101101011001011010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19262; }

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

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

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

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

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

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

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

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