#D48E5C

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

Shades of Whiskey Sour #D48E5C

Tints of Whiskey Sour #D48E5C

Color information

#D48E5C (or 0xD48E5C) is unknown color: approx Whiskey Sour. HEX triplet: D4, 8E and 5C. RGB value is (212,142,92). Sum of RGB (Red+Green+Blue) = 212+142+92=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E5C is #2B71A3. Grayscale: #9D9D9D. Windows color (decimal): -2847140 or 6065876. OLE color: 6065876.

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

Color convert

RGB21214292-
CMYK00.330.570.17
HSL25º58.25%59.61%-
HSV(B)25º56.6%83.14%-
XYZ38.7634.1214.67-
YUV157.2391.19167.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.53%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=47.53%
G=31.84%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121429200.330.570.172558.2559.61
HexD48E5C0213911193a3c
Octal3242161340417121317274
Binary1101010010001110101110001000011110011000111001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48E5C; }

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

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

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

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

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

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

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

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