#D48C5A

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

Shades of Whiskey Sour #D48C5A

Tints of Whiskey Sour #D48C5A

Color information

#D48C5A (or 0xD48C5A) is unknown color: approx Whiskey Sour. HEX triplet: D4, 8C and 5A. RGB value is (212,140,90). Sum of RGB (Red+Green+Blue) = 212+140+90=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48C5A is #2B73A5. Grayscale: #9C9C9C. Windows color (decimal): -2847654 or 5934292. OLE color: 5934292.

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

Color convert

RGB21214090-
CMYK00.340.580.17
HSL24.59º58.65%59.22%-
HSV(B)24.59º57.55%83.14%-
XYZ38.3733.4914.11-
YUV155.8390.85168.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.96%
GREEN value IS 140 (55.08% from 255) = 31.67%
BLUE value IS 90 (35.55% from 255) = 20.36%
R=47.96%
G=31.67%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121409000.340.580.1724.5958.6559.22
HexD48C5A0223A11193b3b
Octal3242141320427221317373
Binary1101010010001100101101001000101110101000111001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48C5A; }

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

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

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

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

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

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

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

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