#d39364

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

Shades of Whiskey #D39364

Tints of Whiskey #D39364

Color information

#D39364 (or 0xD39364) is unknown color: approx Whiskey. HEX triplet: D3, 93 and 64. RGB value is (211,147,100). Sum of RGB (Red+Green+Blue) = 211+147+100=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D39364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39364 is #2C6C9B. Grayscale: #A1A1A1. Windows color (decimal): -2911388 or 6591443. OLE color: 6591443.

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

Color convert

RGB211147100-
CMYK00.300.530.17
HSL25.41º55.78%60.98%-
HSV(B)25.41º52.61%82.75%-
XYZ39.635.6416.85-
YUV160.7893.7163.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.07%
GREEN value IS 147 (57.81% from 255) = 32.10%
BLUE value IS 100 (39.45% from 255) = 21.83%
R=46.07%
G=32.10%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114710000.300.530.1725.4155.7860.98
HexD3936401E351119383d
Octal3232231440366521317075
Binary110100111001001111001000111101101011000111001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d39364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d39364; }

 p { color: rgb(211,147,100); }

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

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

 a { background-color: rgb(211,147,100); }

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

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

 span { border-color: rgb(211,147,100); }

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