#D38A56

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

Shades of Whiskey Sour #D38A56

Tints of Whiskey Sour #D38A56

Color information

#D38A56 (or 0xD38A56) is unknown color: approx Whiskey Sour. HEX triplet: D3, 8A and 56. RGB value is (211,138,86). Sum of RGB (Red+Green+Blue) = 211+138+86=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38A56 is #2C75A9. Grayscale: #9A9A9A. Windows color (decimal): -2913706 or 5671635. OLE color: 5671635.

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

Color convert

RGB21113886-
CMYK00.350.590.17
HSL24.96º58.69%58.24%-
HSV(B)24.96º59.24%82.75%-
XYZ37.6332.713.13-
YUV153.989.68168.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.51%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 86 (33.98% from 255) = 19.77%
R=48.51%
G=31.72%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111388600.350.590.1724.9658.6958.24
HexD38A560233B11193b3a
Octal3232121260437321317372
Binary1101001110001010101011001000111110111000111001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38A56; }

 p { color: rgb(211,138,86); }

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

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

 a { background-color: rgb(211,138,86); }

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

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

 span { border-color: rgb(211,138,86); }

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