#D29565

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

Shades of Whiskey #D29565

Tints of Whiskey #D29565

Color information

#D29565 (or 0xD29565) is unknown color: approx Whiskey. HEX triplet: D2, 95 and 65. RGB value is (210,149,101). Sum of RGB (Red+Green+Blue) = 210+149+101=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D29565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29565 is #2D6A9A. Grayscale: #A2A2A2. Windows color (decimal): -2976411 or 6657490. OLE color: 6657490.

HSL color Cylindrical-coordinate representation of color #D29565: hue angle of 26.42º 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 #D29565 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB210149101-
CMYK00.290.520.18
HSL26.42º54.77%60.98%-
HSV(B)26.42º51.9%82.35%-
XYZ39.6736.1417.2-
YUV161.7793.71162.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.65%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=45.65%
G=32.39%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014910100.290.520.1826.4254.7760.98
HexD2956501D34121a373d
Octal3222251450356422326775
Binary110100101001010111001010111011101001001011010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29565; }

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

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

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

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

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

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

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

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