Html Css Color HEX #DA4408 Tenne (Tawny)

📋 copy color: '#DA4408'

red 218 ◦ green 68 ◦ blue 8

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

Shades of Tenne (Tawny) #DA4408

Tints of Tenne (Tawny) #DA4408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

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

R = 74.15%
G = 23.13%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA4408 (or 0xDA4408) is known color: Tenne (Tawny). HEX triplet: DA, 44 and 08. RGB value is (218,68,8). Sum of RGB (Red+Green+Blue) = 218+68+8=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4408 is #25BBF7. Grayscale: #6A6A6A. Windows color (decimal): -2472952 or 541914. OLE color: 541914.

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

Color convert

RGB 218 68 8 -
CMYK 0 0.69 0.96 0.15
HSL 17.14º 0.93% 0.44% -
HSV(B) 17.14º 0.96% 0.85% -
XYZ 31.02 19.06 2.27 -
YUV 106.01 72.7 207.88 -
System Red Green Blue C M Y K H S L
Decimal 218 68 8 0 0.69 0.96 0.15 17.14 0.93 0.44
Hex DA 44 8 0 45 60 F 11 5D 2C
Octal 332 104 10 0 105 140 17 21 135 54
Binary 11011010 1000100 1000 0 1000101 1100000 1111 10001 1011101 101100

Color Harmonies of #DA4408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4408

Black with #DA4408

Text Example


Text Example

White with #DA4408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4408; }

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

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

background-color css

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

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

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

border-color css

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

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

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