#D38E62

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

Shades of Whiskey #D38E62

Tints of Whiskey #D38E62

Color information

#D38E62 (or 0xD38E62) is unknown color: approx Whiskey. HEX triplet: D3, 8E and 62. RGB value is (211,142,98). Sum of RGB (Red+Green+Blue) = 211+142+98=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D38E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38E62 is #2C719D. Grayscale: #9D9D9D. Windows color (decimal): -2912670 or 6459091. OLE color: 6459091.

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

Color convert

RGB21114298-
CMYK00.330.540.17
HSL23.36º56.22%60.59%-
HSV(B)23.36º53.55%82.75%-
XYZ38.7434.0816.09-
YUV157.6194.36166.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.78%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 98 (38.67% from 255) = 21.73%
R=46.78%
G=31.49%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111429800.330.540.1723.3656.2260.59
HexD38E62021361117383d
Octal3232161420416621277075
Binary1101001110001110110001001000011101101000110111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38E62; }

 p { color: rgb(211,142,98); }

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

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

 a { background-color: rgb(211,142,98); }

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

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

 span { border-color: rgb(211,142,98); }

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