#DC8D51

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

Shades of Whiskey Sour #DC8D51

Tints of Whiskey Sour #DC8D51

Color information

#DC8D51 (or 0xDC8D51) is unknown color: approx Whiskey Sour. HEX triplet: DC, 8D and 51. RGB value is (220,141,81). Sum of RGB (Red+Green+Blue) = 220+141+81=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D51 is #2372AE. Grayscale: #9E9E9E. Windows color (decimal): -2323119 or 5344732. OLE color: 5344732.

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

Color convert

RGB22014181-
CMYK00.360.630.14
HSL25.9º66.51%59.02%-
HSV(B)25.9º63.18%86.27%-
XYZ40.5334.8612.38-
YUV157.7884.67172.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.77%
GREEN value IS 141 (55.47% from 255) = 31.90%
BLUE value IS 81 (32.03% from 255) = 18.33%
R=49.77%
G=31.90%
B=18.33%

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
Decimal2201418100.360.630.1425.966.5159.02
HexDC8D510243FE1a433b
Octal33421512104477163210373
Binary1101110010001101101000101001001111111110110101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8D51; }

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

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

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

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

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

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

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

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