Html Css Color HEX #DA4D16 Tenne (Tawny)

📋 copy color: '#DA4D16'

red 218 ◦ green 77 ◦ blue 22

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

Shades of Tenne (Tawny) #DA4D16

Tints of Tenne (Tawny) #DA4D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.29%

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

R = 68.77%
G = 24.29%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA4D16 (or 0xDA4D16) is known color: Tenne (Tawny). HEX triplet: DA, 4D and 16. RGB value is (218,77,22). Sum of RGB (Red+Green+Blue) = 218+77+22=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4D16 is #25B2E9. Grayscale: #717171. Windows color (decimal): -2470634 or 1461722. OLE color: 1461722.

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

Color convert

RGB 218 77 22 -
CMYK 0 0.65 0.90 0.15
HSL 16.84º 0.82% 0.47% -
HSV(B) 16.84º 0.9% 0.85% -
XYZ 31.71 20.27 3 -
YUV 112.89 76.71 202.97 -
System Red Green Blue C M Y K H S L
Decimal 218 77 22 0 0.65 0.90 0.15 16.84 0.82 0.47
Hex DA 4D 16 0 41 5A F 11 52 2F
Octal 332 115 26 0 101 132 17 21 122 57
Binary 11011010 1001101 10110 0 1000001 1011010 1111 10001 1010010 101111

Color Harmonies of #DA4D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D16

Black with #DA4D16

Text Example


Text Example

White with #DA4D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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