Html Css Color HEX #DA4808 Tenne (Tawny)

📋 copy color: '#DA4808'

red 218 ◦ green 72 ◦ blue 8

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

Shades of Tenne (Tawny) #DA4808

Tints of Tenne (Tawny) #DA4808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.16%

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

R = 73.15%
G = 24.16%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA4808 (or 0xDA4808) is known color: Tenne (Tawny). HEX triplet: DA, 48 and 08. RGB value is (218,72,8). Sum of RGB (Red+Green+Blue) = 218+72+8=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4808 is #25B7F7. Grayscale: #6C6C6C. Windows color (decimal): -2471928 or 542938. OLE color: 542938.

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

Color convert

RGB 218 72 8 -
CMYK 0 0.67 0.96 0.15
HSL 18.29º 0.93% 0.44% -
HSV(B) 18.29º 0.96% 0.85% -
XYZ 31.27 19.56 2.36 -
YUV 108.36 71.37 206.2 -
System Red Green Blue C M Y K H S L
Decimal 218 72 8 0 0.67 0.96 0.15 18.29 0.93 0.44
Hex DA 48 8 0 43 60 F 12 5D 2C
Octal 332 110 10 0 103 140 17 22 135 54
Binary 11011010 1001000 1000 0 1000011 1100000 1111 10010 1011101 101100

Color Harmonies of #DA4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4808

Black with #DA4808

Text Example


Text Example

White with #DA4808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4808; }

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

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

background-color css

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

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

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

border-color css

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

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

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