Html Css Color HEX #DA4F16 Tenne (Tawny)

📋 copy color: '#DA4F16'

red 218 ◦ green 79 ◦ blue 22

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

Shades of Tenne (Tawny) #DA4F16

Tints of Tenne (Tawny) #DA4F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 68.34%
G = 24.76%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA4F16 (or 0xDA4F16) is known color: Tenne (Tawny). HEX triplet: DA, 4F and 16. RGB value is (218,79,22). Sum of RGB (Red+Green+Blue) = 218+79+22=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4F16 is #25B0E9. Grayscale: #727272. Windows color (decimal): -2470122 or 1462234. OLE color: 1462234.

HSL color Cylindrical-coordinate representation of color #DA4F16: hue angle of 17.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA4F16 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 79 22 -
CMYK 0 0.64 0.90 0.15
HSL 17.45º 0.82% 0.47% -
HSV(B) 17.45º 0.9% 0.85% -
XYZ 31.85 20.56 3.05 -
YUV 114.06 76.05 202.13 -
System Red Green Blue C M Y K H S L
Decimal 218 79 22 0 0.64 0.90 0.15 17.45 0.82 0.47
Hex DA 4F 16 0 40 5A F 11 52 2F
Octal 332 117 26 0 100 132 17 21 122 57
Binary 11011010 1001111 10110 0 1000000 1011010 1111 10001 1010010 101111

Color Harmonies of #DA4F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4F16

Black with #DA4F16

Text Example


Text Example

White with #DA4F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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