#DA8E61

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

Shades of Whiskey #DA8E61

Tints of Whiskey #DA8E61

Color information

#DA8E61 (or 0xDA8E61) is unknown color: approx Whiskey. HEX triplet: DA, 8E and 61. RGB value is (218,142,97). Sum of RGB (Red+Green+Blue) = 218+142+97=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E61 is #25719E. Grayscale: #9F9F9F. Windows color (decimal): -2453919 or 6393562. OLE color: 6393562.

HSL color Cylindrical-coordinate representation of color #DA8E61: hue angle of 22.31º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA8E61 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21814297-
CMYK00.350.560.15
HSL22.31º62.05%61.76%-
HSV(B)22.31º55.5%85.49%-
XYZ40.7435.1115.94-
YUV159.5992.68169.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=47.70%
G=31.07%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181429700.350.560.1522.3162.0561.76
HexDA8E6102338F163e3e
Octal3322161410437017267676
Binary110110101000111011000010100011111000111110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8E61; }

 p { color: rgb(218,142,97); }

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

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

 a { background-color: rgb(218,142,97); }

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

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

 span { border-color: rgb(218,142,97); }

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