#d38f5e

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

Shades of Whiskey Sour #D38F5E

Tints of Whiskey Sour #D38F5E

Color information

#D38F5E (or 0xD38F5E) is unknown color: approx Whiskey Sour. HEX triplet: D3, 8F and 5E. RGB value is (211,143,94). Sum of RGB (Red+Green+Blue) = 211+143+94=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38F5E is #2C70A1. Grayscale: #9E9E9E. Windows color (decimal): -2912418 or 6197203. OLE color: 6197203.

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

Color convert

RGB21114394-
CMYK00.320.550.17
HSL25.13º57.07%59.8%-
HSV(B)25.13º55.45%82.75%-
XYZ38.7134.315.17-
YUV157.7592.03165.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.10%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 94 (37.11% from 255) = 20.98%
R=47.10%
G=31.92%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111439400.320.550.1725.1357.0759.8
HexD38F5E020371119393c
Octal3232171360406721317174
Binary1101001110001111101111001000001101111000111001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d38f5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d38f5e; }

 p { color: rgb(211,143,94); }

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

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

 a { background-color: rgb(211,143,94); }

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

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

 span { border-color: rgb(211,143,94); }

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