#D39165

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

Shades of Whiskey #D39165

Tints of Whiskey #D39165

Color information

#D39165 (or 0xD39165) is unknown color: approx Whiskey. HEX triplet: D3, 91 and 65. RGB value is (211,145,101). Sum of RGB (Red+Green+Blue) = 211+145+101=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D39165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39165 is #2C6E9A. Grayscale: #9F9F9F. Windows color (decimal): -2911899 or 6656467. OLE color: 6656467.

HSL color Cylindrical-coordinate representation of color #D39165: hue angle of 24º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D39165 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB211145101-
CMYK00.310.520.17
HSL24º55.56%61.18%-
HSV(B)24º52.13%82.75%-
XYZ39.3435.0417-
YUV159.7294.87164.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.17%
GREEN value IS 145 (57.03% from 255) = 31.73%
BLUE value IS 101 (39.84% from 255) = 22.10%
R=46.17%
G=31.73%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114510100.310.520.172455.5661.18
HexD3916501F341118383d
Octal3232211450376421307075
Binary110100111001000111001010111111101001000111000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39165; }

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

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

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

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

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

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

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

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