#D38F5C

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

Shades of Whiskey Sour #D38F5C

Tints of Whiskey Sour #D38F5C

Color information

#D38F5C (or 0xD38F5C) is unknown color: approx Whiskey Sour. HEX triplet: D3, 8F and 5C. RGB value is (211,143,92). Sum of RGB (Red+Green+Blue) = 211+143+92=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38F5C is #2C70A3. Grayscale: #9D9D9D. Windows color (decimal): -2912420 or 6066131. OLE color: 6066131.

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

Color convert

RGB21114392-
CMYK00.320.560.17
HSL25.71º57.49%59.41%-
HSV(B)25.71º56.4%82.75%-
XYZ38.6234.2714.7-
YUV157.5291.03166.15-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.31%
GREEN value IS 143 (56.25% from 255) = 32.06%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=47.31%
G=32.06%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111439200.320.560.1725.7157.4959.41
HexD38F5C02038111a393b
Octal3232171340407021327173
Binary1101001110001111101110001000001110001000111010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38F5C; }

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

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

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

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

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

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

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

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