#D48E66

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

Shades of Whiskey #D48E66

Tints of Whiskey #D48E66

Color information

#D48E66 (or 0xD48E66) is unknown color: approx Whiskey. HEX triplet: D4, 8E and 66. RGB value is (212,142,102). Sum of RGB (Red+Green+Blue) = 212+142+102=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E66 is #2B7199. Grayscale: #9E9E9E. Windows color (decimal): -2847130 or 6721236. OLE color: 6721236.

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

Color convert

RGB212142102-
CMYK00.330.520.17
HSL21.82º56.12%61.57%-
HSV(B)21.82º51.89%83.14%-
XYZ39.2234.317.12-
YUV158.3796.19166.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.49%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 102 (40.23% from 255) = 22.37%
R=46.49%
G=31.14%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214210200.330.520.1721.8256.1261.57
HexD48E66021341116383e
Octal3242161460416421267076
Binary1101010010001110110011001000011101001000110110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48E66; }

 p { color: rgb(212,142,102); }

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

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

 a { background-color: rgb(212,142,102); }

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

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

 span { border-color: rgb(212,142,102); }

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