#D38954

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

Shades of Whiskey Sour #D38954

Tints of Whiskey Sour #D38954

Color information

#D38954 (or 0xD38954) is unknown color: approx Whiskey Sour. HEX triplet: D3, 89 and 54. RGB value is (211,137,84). Sum of RGB (Red+Green+Blue) = 211+137+84=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D38954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38954 is #2C76AB. Grayscale: #999999. Windows color (decimal): -2913964 or 5540307. OLE color: 5540307.

HSL color Cylindrical-coordinate representation of color #D38954: hue angle of 25.04º 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 #D38954 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB21113784-
CMYK00.350.600.17
HSL25.04º59.07%57.84%-
HSV(B)25.04º60.19%82.75%-
XYZ37.4132.3812.67-
YUV153.0889.02169.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.84%
GREEN value IS 137 (53.91% from 255) = 31.71%
BLUE value IS 84 (33.20% from 255) = 19.44%
R=48.84%
G=31.71%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111378400.350.600.1725.0459.0757.84
HexD389540233C11193b3a
Octal3232111240437421317372
Binary1101001110001001101010001000111111001000111001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38954; }

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

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

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

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

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

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

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

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