#D38852

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

Shades of Whiskey Sour #D38852

Tints of Whiskey Sour #D38852

Color information

#D38852 (or 0xD38852) is unknown color: approx Whiskey Sour. HEX triplet: D3, 88 and 52. RGB value is (211,136,82). Sum of RGB (Red+Green+Blue) = 211+136+82=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D38852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38852 is #2C77AD. Grayscale: #989898. Windows color (decimal): -2914222 or 5408979. OLE color: 5408979.

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

Color convert

RGB21113682-
CMYK00.360.610.17
HSL25.12º59.45%57.45%-
HSV(B)25.12º61.14%82.75%-
XYZ37.1932.0712.21-
YUV152.2788.35169.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.18%
GREEN value IS 136 (53.52% from 255) = 31.70%
BLUE value IS 82 (32.42% from 255) = 19.11%
R=49.18%
G=31.70%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111368200.360.610.1725.1259.4557.45
HexD388520243D11193b39
Octal3232101220447521317371
Binary1101001110001000101001001001001111011000111001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38852; }

 p { color: rgb(211,136,82); }

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

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

 a { background-color: rgb(211,136,82); }

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

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

 span { border-color: rgb(211,136,82); }

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