Html Css Color HEX #DA4F08 Tenne (Tawny)

📋 copy color: '#DA4F08'

red 218 ◦ green 79 ◦ blue 8

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

Shades of Tenne (Tawny) #DA4F08

Tints of Tenne (Tawny) #DA4F08

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.9%

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

R = 71.48%
G = 25.9%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA4F08 (or 0xDA4F08) is known color: Tenne (Tawny). HEX triplet: DA, 4F and 08. RGB value is (218,79,8). Sum of RGB (Red+Green+Blue) = 218+79+8=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4F08 is #25B0F7. Grayscale: #707070. Windows color (decimal): -2470136 or 544730. OLE color: 544730.

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

Color convert

RGB 218 79 8 -
CMYK 0 0.64 0.96 0.15
HSL 20.29º 0.93% 0.44% -
HSV(B) 20.29º 0.96% 0.85% -
XYZ 31.75 20.51 2.52 -
YUV 112.47 69.05 203.27 -
System Red Green Blue C M Y K H S L
Decimal 218 79 8 0 0.64 0.96 0.15 20.29 0.93 0.44
Hex DA 4F 8 0 40 60 F 14 5D 2C
Octal 332 117 10 0 100 140 17 24 135 54
Binary 11011010 1001111 1000 0 1000000 1100000 1111 10100 1011101 101100

Color Harmonies of #DA4F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4F08

Black with #DA4F08

Text Example


Text Example

White with #DA4F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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