Html Css Color HEX #DA4D13 Tenne (Tawny)

📋 copy color: '#DA4D13'

red 218 ◦ green 77 ◦ blue 19

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

Shades of Tenne (Tawny) #DA4D13

Tints of Tenne (Tawny) #DA4D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.05%

R = 69.43%
G = 24.52%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA4D13 (or 0xDA4D13) is known color: Tenne (Tawny). HEX triplet: DA, 4D and 13. RGB value is (218,77,19). Sum of RGB (Red+Green+Blue) = 218+77+19=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4D13 is #25B2EC. Grayscale: #707070. Windows color (decimal): -2470637 or 1265114. OLE color: 1265114.

HSL color Cylindrical-coordinate representation of color #DA4D13: hue angle of 17.49º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA4D13 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 77 19 -
CMYK 0 0.65 0.91 0.15
HSL 17.49º 0.84% 0.46% -
HSV(B) 17.49º 0.91% 0.85% -
XYZ 31.68 20.26 2.86 -
YUV 112.55 75.21 203.22 -
System Red Green Blue C M Y K H S L
Decimal 218 77 19 0 0.65 0.91 0.15 17.49 0.84 0.46
Hex DA 4D 13 0 41 5B F 11 54 2E
Octal 332 115 23 0 101 133 17 21 124 56
Binary 11011010 1001101 10011 0 1000001 1011011 1111 10001 1010100 101110

Color Harmonies of #DA4D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D13

Black with #DA4D13

Text Example


Text Example

White with #DA4D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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