#D38D5C

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

Shades of Whiskey Sour #D38D5C

Tints of Whiskey Sour #D38D5C

Color information

#D38D5C (or 0xD38D5C) is unknown color: approx Whiskey Sour. HEX triplet: D3, 8D and 5C. RGB value is (211,141,92). Sum of RGB (Red+Green+Blue) = 211+141+92=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D5C is #2C72A3. Grayscale: #9C9C9C. Windows color (decimal): -2912932 or 6065619. OLE color: 6065619.

HSL color Cylindrical-coordinate representation of color #D38D5C: hue angle of 24.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 #D38D5C is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB21114192-
CMYK00.330.560.17
HSL24.71º57.49%59.41%-
HSV(B)24.71º56.4%82.75%-
XYZ38.3233.6714.6-
YUV156.3491.69166.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.52%
GREEN value IS 141 (55.47% from 255) = 31.76%
BLUE value IS 92 (36.33% from 255) = 20.72%
R=47.52%
G=31.76%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111419200.330.560.1724.7157.4959.41
HexD38D5C021381119393b
Octal3232151340417021317173
Binary1101001110001101101110001000011110001000111001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38D5C; }

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

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

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

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

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

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

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

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