#D48A62

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

Shades of Whiskey #D48A62

Tints of Whiskey #D48A62

Color information

#D48A62 (or 0xD48A62) is unknown color: approx Whiskey. HEX triplet: D4, 8A and 62. RGB value is (212,138,98). Sum of RGB (Red+Green+Blue) = 212+138+98=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A62 is #2B759D. Grayscale: #9B9B9B. Windows color (decimal): -2848158 or 6458068. OLE color: 6458068.

HSL color Cylindrical-coordinate representation of color #D48A62: hue angle of 21.05º degrees, saturation: 0.57, 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 #D48A62 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB21213898-
CMYK00.350.540.17
HSL21.05º57%60.78%-
HSV(B)21.05º53.77%83.14%-
XYZ38.4433.0615.91-
YUV155.5795.52168.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.32%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 98 (38.67% from 255) = 21.88%
R=47.32%
G=30.80%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121389800.350.540.1721.055760.78
HexD48A62023361115393d
Octal3242121420436621257175
Binary1101010010001010110001001000111101101000110101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A62; }

 p { color: rgb(212,138,98); }

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

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

 a { background-color: rgb(212,138,98); }

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

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

 span { border-color: rgb(212,138,98); }

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