Html Css Color HEX #DA5408 Tenne (Tawny)

📋 copy color: '#DA5408'

red 218 ◦ green 84 ◦ blue 8

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

Shades of Tenne (Tawny) #DA5408

Tints of Tenne (Tawny) #DA5408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 70.32%
G = 27.1%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA5408 (or 0xDA5408) is known color: Tenne (Tawny). HEX triplet: DA, 54 and 08. RGB value is (218,84,8). Sum of RGB (Red+Green+Blue) = 218+84+8=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5408 is #25ABF7. Grayscale: #737373. Windows color (decimal): -2468856 or 546010. OLE color: 546010.

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

Color convert

RGB 218 84 8 -
CMYK 0 0.61 0.96 0.15
HSL 21.71º 0.93% 0.44% -
HSV(B) 21.71º 0.96% 0.85% -
XYZ 32.13 21.26 2.64 -
YUV 115.4 67.39 201.18 -
System Red Green Blue C M Y K H S L
Decimal 218 84 8 0 0.61 0.96 0.15 21.71 0.93 0.44
Hex DA 54 8 0 3D 60 F 16 5D 2C
Octal 332 124 10 0 75 140 17 26 135 54
Binary 11011010 1010100 1000 0 111101 1100000 1111 10110 1011101 101100

Color Harmonies of #DA5408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5408

Black with #DA5408

Text Example


Text Example

White with #DA5408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5408; }

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

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

background-color css

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

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

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

border-color css

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

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

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