Html Css Color HEX #DA6408 Tenne (Tawny)

📋 copy color: '#DA6408'

red 218 ◦ green 100 ◦ blue 8

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

Shades of Tenne (Tawny) #DA6408

Tints of Tenne (Tawny) #DA6408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 66.87%
G = 30.67%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA6408 (or 0xDA6408) is known color: Tenne (Tawny). HEX triplet: DA, 64 and 08. RGB value is (218,100,8). Sum of RGB (Red+Green+Blue) = 218+100+8=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6408 is #259BF7. Grayscale: #7D7D7D. Windows color (decimal): -2464760 or 550106. OLE color: 550106.

HSL color Cylindrical-coordinate representation of color #DA6408: hue angle of 26.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA6408 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 100 8 -
CMYK 0 0.54 0.96 0.15
HSL 26.29º 0.93% 0.44% -
HSV(B) 26.29º 0.96% 0.85% -
XYZ 33.51 24.04 3.1 -
YUV 124.79 62.09 194.48 -
System Red Green Blue C M Y K H S L
Decimal 218 100 8 0 0.54 0.96 0.15 26.29 0.93 0.44
Hex DA 64 8 0 36 60 F 1A 5D 2C
Octal 332 144 10 0 66 140 17 32 135 54
Binary 11011010 1100100 1000 0 110110 1100000 1111 11010 1011101 101100

Color Harmonies of #DA6408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6408

Black with #DA6408

Text Example


Text Example

White with #DA6408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6408; }

 p { color: rgb(218,100,8); }

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

background-color css

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

 a { background-color: rgb(218,100,8); }

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

border-color css

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

 span { border-color: rgb(218,100,8); }

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