#D48C5D

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

Shades of Whiskey Sour #D48C5D

Tints of Whiskey Sour #D48C5D

Color information

#D48C5D (or 0xD48C5D) is unknown color: approx Whiskey Sour. HEX triplet: D4, 8C and 5D. RGB value is (212,140,93). Sum of RGB (Red+Green+Blue) = 212+140+93=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48C5D is #2B73A2. Grayscale: #9C9C9C. Windows color (decimal): -2847651 or 6130900. OLE color: 6130900.

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

Color convert

RGB21214093-
CMYK00.340.560.17
HSL23.7º58.05%59.8%-
HSV(B)23.7º56.13%83.14%-
XYZ38.5133.5414.8-
YUV156.1792.35167.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.64%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 93 (36.72% from 255) = 20.90%
R=47.64%
G=31.46%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121409300.340.560.1723.758.0559.8
HexD48C5D0223811183a3c
Octal3242141350427021307274
Binary1101010010001100101110101000101110001000111000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48C5D; }

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

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

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

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

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

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

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

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