#DC8951

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

Shades of Whiskey Sour #DC8951

Tints of Whiskey Sour #DC8951

Color information

#DC8951 (or 0xDC8951) is unknown color: approx Whiskey Sour. HEX triplet: DC, 89 and 51. RGB value is (220,137,81). Sum of RGB (Red+Green+Blue) = 220+137+81=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8951 is #2376AE. Grayscale: #9B9B9B. Windows color (decimal): -2324143 or 5343708. OLE color: 5343708.

HSL color Cylindrical-coordinate representation of color #DC8951: hue angle of 24.17º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC8951 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB22013781-
CMYK00.380.630.14
HSL24.17º66.51%59.02%-
HSV(B)24.17º63.18%86.27%-
XYZ39.9533.712.18-
YUV155.4386174.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.23%
GREEN value IS 137 (53.91% from 255) = 31.28%
BLUE value IS 81 (32.03% from 255) = 18.49%
R=50.23%
G=31.28%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201378100.380.630.1424.1766.5159.02
HexDC89510263FE18433b
Octal33421112104677163010373
Binary1101110010001001101000101001101111111110110001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8951; }

 p { color: rgb(220,137,81); }

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

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

 a { background-color: rgb(220,137,81); }

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

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

 span { border-color: rgb(220,137,81); }

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