#D29165

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

Shades of Whiskey #D29165

Tints of Whiskey #D29165

Color information

#D29165 (or 0xD29165) is unknown color: approx Whiskey. HEX triplet: D2, 91 and 65. RGB value is (210,145,101). Sum of RGB (Red+Green+Blue) = 210+145+101=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D29165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29165 is #2D6E9A. Grayscale: #9F9F9F. Windows color (decimal): -2977435 or 6656466. OLE color: 6656466.

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

Color convert

RGB210145101-
CMYK00.310.520.18
HSL24.22º54.77%60.98%-
HSV(B)24.22º51.9%82.35%-
XYZ39.0534.8916.99-
YUV159.4295.03164.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.05%
GREEN value IS 145 (57.03% from 255) = 31.80%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=46.05%
G=31.80%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014510100.310.520.1824.2254.7760.98
HexD2916501F341218373d
Octal3222211450376422306775
Binary110100101001000111001010111111101001001011000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29165; }

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

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

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

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

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

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

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

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