#D29265

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

Shades of Whiskey #D29265

Tints of Whiskey #D29265

Color information

#D29265 (or 0xD29265) is unknown color: approx Whiskey. HEX triplet: D2, 92 and 65. RGB value is (210,146,101). Sum of RGB (Red+Green+Blue) = 210+146+101=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D29265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29265 is #2D6D9A. Grayscale: #A0A0A0. Windows color (decimal): -2977179 or 6656722. OLE color: 6656722.

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

Color convert

RGB210146101-
CMYK00.300.520.18
HSL24.77º54.77%60.98%-
HSV(B)24.77º51.9%82.35%-
XYZ39.2135.217.04-
YUV160.0194.7163.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.95%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 101 (39.84% from 255) = 22.10%
R=45.95%
G=31.95%
B=22.10%

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
Decimal21014610100.300.520.1824.7754.7760.98
HexD2926501E341219373d
Octal3222221450366422316775
Binary110100101001001011001010111101101001001011001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29265; }

 p { color: rgb(210,146,101); }

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

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

 a { background-color: rgb(210,146,101); }

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

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

 span { border-color: rgb(210,146,101); }

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