#D39265

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

Shades of Whiskey #D39265

Tints of Whiskey #D39265

Color information

#D39265 (or 0xD39265) is unknown color: approx Whiskey. HEX triplet: D3, 92 and 65. RGB value is (211,146,101). Sum of RGB (Red+Green+Blue) = 211+146+101=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D39265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39265 is #2C6D9A. Grayscale: #A0A0A0. Windows color (decimal): -2911643 or 6656723. OLE color: 6656723.

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

Color convert

RGB211146101-
CMYK00.310.520.17
HSL24.55º55.56%61.18%-
HSV(B)24.55º52.13%82.75%-
XYZ39.4935.3517.05-
YUV160.394.53164.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.07%
GREEN value IS 146 (57.42% from 255) = 31.88%
BLUE value IS 101 (39.84% from 255) = 22.05%
R=46.07%
G=31.88%
B=22.05%

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
Decimal21114610100.310.520.1724.5555.5661.18
HexD3926501F341119383d
Octal3232221450376421317075
Binary110100111001001011001010111111101001000111001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39265; }

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

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

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

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

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

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

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

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