#D48C63

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

Shades of Whiskey #D48C63

Tints of Whiskey #D48C63

Color information

#D48C63 (or 0xD48C63) is unknown color: approx Whiskey. HEX triplet: D4, 8C and 63. RGB value is (212,140,99). Sum of RGB (Red+Green+Blue) = 212+140+99=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48C63 is #2B739C. Grayscale: #9D9D9D. Windows color (decimal): -2847645 or 6524116. OLE color: 6524116.

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

Color convert

RGB21214099-
CMYK00.340.530.17
HSL21.77º56.78%60.98%-
HSV(B)21.77º53.3%83.14%-
XYZ38.7833.6516.26-
YUV156.8595.35167.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 140 (55.08% from 255) = 31.04%
BLUE value IS 99 (39.06% from 255) = 21.95%
R=47.01%
G=31.04%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121409900.340.530.1721.7756.7860.98
HexD48C63022351116393d
Octal3242141430426521267175
Binary1101010010001100110001101000101101011000110110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48C63; }

 p { color: rgb(212,140,99); }

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

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

 a { background-color: rgb(212,140,99); }

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

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

 span { border-color: rgb(212,140,99); }

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