#d38c5d

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

Shades of Whiskey Sour #D38C5D

Tints of Whiskey Sour #D38C5D

Color information

#D38C5D (or 0xD38C5D) is unknown color: approx Whiskey Sour. HEX triplet: D3, 8C and 5D. RGB value is (211,140,93). Sum of RGB (Red+Green+Blue) = 211+140+93=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38C5D is #2C73A2. Grayscale: #9C9C9C. Windows color (decimal): -2913187 or 6130899. OLE color: 6130899.

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

Color convert

RGB21114093-
CMYK00.340.560.17
HSL23.9º57.28%59.61%-
HSV(B)23.9º55.92%82.75%-
XYZ38.2233.414.79-
YUV155.8792.52167.32-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.52%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=47.52%
G=31.53%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111409300.340.560.1723.957.2859.61
HexD38C5D022381118393c
Octal3232141350427021307174
Binary1101001110001100101110101000101110001000111000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d38c5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d38c5d; }

 p { color: rgb(211,140,93); }

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

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

 a { background-color: rgb(211,140,93); }

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

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

 span { border-color: rgb(211,140,93); }

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