#DC8C51

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

Shades of Whiskey Sour #DC8C51

Tints of Whiskey Sour #DC8C51

Color information

#DC8C51 (or 0xDC8C51) is unknown color: approx Whiskey Sour. HEX triplet: DC, 8C and 51. RGB value is (220,140,81). Sum of RGB (Red+Green+Blue) = 220+140+81=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C51 is #2373AE. Grayscale: #9D9D9D. Windows color (decimal): -2323375 or 5344476. OLE color: 5344476.

HSL color Cylindrical-coordinate representation of color #DC8C51: hue angle of 25.47º 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 #DC8C51 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB22014081-
CMYK00.360.630.14
HSL25.47º66.51%59.02%-
HSV(B)25.47º63.18%86.27%-
XYZ40.3834.5712.33-
YUV157.1985172.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.89%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 81 (32.03% from 255) = 18.37%
R=49.89%
G=31.75%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201408100.360.630.1425.4766.5159.02
HexDC8C510243FE19433b
Octal33421412104477163110373
Binary1101110010001100101000101001001111111110110011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8C51; }

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

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

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

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

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

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

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

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