Html Css Color HEX #DA8F61 Whiskey

📋 copy color: '#DA8F61'

red 218 ◦ green 143 ◦ blue 97

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

Shades of Whiskey #DA8F61

Tints of Whiskey #DA8F61

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.22%

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

R = 47.6%
G = 31.22%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA8F61 (or 0xDA8F61) is known color: Whiskey. HEX triplet: DA, 8F and 61. RGB value is (218,143,97). Sum of RGB (Red+Green+Blue) = 218+143+97=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F61 is #25709E. Grayscale: #A0A0A0. Windows color (decimal): -2453663 or 6393818. OLE color: 6393818.

HSL color Cylindrical-coordinate representation of color #DA8F61: hue angle of 22.81º 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 #DA8F61 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 143 97 -
CMYK 0 0.34 0.56 0.15
HSL 22.81º 0.62% 0.62% -
HSV(B) 22.81º 0.56% 0.85% -
XYZ 40.89 35.41 15.99 -
YUV 160.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 218 143 97 0 0.34 0.56 0.15 22.81 0.62 0.62
Hex DA 8F 61 0 22 38 F 17 3E 3E
Octal 332 217 141 0 42 70 17 27 76 76
Binary 11011010 10001111 1100001 0 100010 111000 1111 10111 111110 111110

Color Harmonies of #DA8F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F61

Black with #DA8F61

Text Example


Text Example

White with #DA8F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F61; }

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

 H1.HeaderClassName
 {
   color: #DA8F61;
 }
 .AnyTagClassName
 {
   color: #DA8F61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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