Html Css Color HEX #DA8E61 Whiskey

📋 copy color: '#DA8E61'

red 218 ◦ green 142 ◦ blue 97

#DA8E61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey #DA8E61

Tints of Whiskey #DA8E61

RGB

 RED value IS 218 (85.55% from 255) = 47.7%

 GREEN value IS 142 (55.86% from 255) = 31.07%

 BLUE value IS 97 (38.28% from 255) = 21.23%

R = 47.7%
G = 31.07%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA8E61 (or 0xDA8E61) is known color: 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

RGB 218 142 97 -
CMYK 0 0.35 0.56 0.15
HSL 22.31º 0.62% 0.62% -
HSV(B) 22.31º 0.56% 0.85% -
XYZ 40.74 35.11 15.94 -
YUV 159.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 218 142 97 0 0.35 0.56 0.15 22.31 0.62 0.62
Hex DA 8E 61 0 23 38 F 16 3E 3E
Octal 332 216 141 0 43 70 17 26 76 76
Binary 11011010 10001110 1100001 0 100011 111000 1111 10110 111110 111110

Color Harmonies of #DA8E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8E61

Black with #DA8E61

Text Example


Text Example

White with #DA8E61

Text Example


Text Example

HTML Codes & Css Web 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>