#D38D54

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

Shades of Whiskey Sour #D38D54

Tints of Whiskey Sour #D38D54

Color information

#D38D54 (or 0xD38D54) is unknown color: approx Whiskey Sour. HEX triplet: D3, 8D and 54. RGB value is (211,141,84). Sum of RGB (Red+Green+Blue) = 211+141+84=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D54 is #2C72AB. Grayscale: #9B9B9B. Windows color (decimal): -2912940 or 5541331. OLE color: 5541331.

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

Color convert

RGB21114184-
CMYK00.330.600.17
HSL26.93º59.07%57.84%-
HSV(B)26.93º60.19%82.75%-
XYZ37.9933.5412.86-
YUV155.4387.69167.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.39%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 84 (33.20% from 255) = 19.27%
R=48.39%
G=32.34%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111418400.330.600.1726.9359.0757.84
HexD38D540213C111b3b3a
Octal3232151240417421337372
Binary1101001110001101101010001000011111001000111011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38D54; }

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

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

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

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

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

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

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

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