#D48F61

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

Shades of Whiskey #D48F61

Tints of Whiskey #D48F61

Color information

#D48F61 (or 0xD48F61) is unknown color: approx Whiskey. HEX triplet: D4, 8F and 61. RGB value is (212,143,97). Sum of RGB (Red+Green+Blue) = 212+143+97=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F61 is #2B709E. Grayscale: #9E9E9E. Windows color (decimal): -2846879 or 6393812. OLE color: 6393812.

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

Color convert

RGB21214397-
CMYK00.330.540.17
HSL24º57.21%60.59%-
HSV(B)24º54.25%83.14%-
XYZ39.1334.5115.91-
YUV158.3993.36166.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.90%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=46.90%
G=31.64%
B=21.46%

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
Decimal2121439700.330.540.172457.2160.59
HexD48F61021361118393d
Octal3242171410416621307175
Binary1101010010001111110000101000011101101000111000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48F61; }

 p { color: rgb(212,143,97); }

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

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

 a { background-color: rgb(212,143,97); }

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

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

 span { border-color: rgb(212,143,97); }

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