Html Css Color HEX #DA4C13 Tenne (Tawny)

📋 copy color: '#DA4C13'

red 218 ◦ green 76 ◦ blue 19

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

Shades of Tenne (Tawny) #DA4C13

Tints of Tenne (Tawny) #DA4C13

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.28%

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

R = 69.65%
G = 24.28%
B = 6.07%

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

#DA4C13 (or 0xDA4C13) is known color: Tenne (Tawny). HEX triplet: DA, 4C and 13. RGB value is (218,76,19). Sum of RGB (Red+Green+Blue) = 218+76+19=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4C13 is #25B3EC. Grayscale: #707070. Windows color (decimal): -2470893 or 1264858. OLE color: 1264858.

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

Color convert

RGB 218 76 19 -
CMYK 0 0.65 0.91 0.15
HSL 17.19º 0.84% 0.46% -
HSV(B) 17.19º 0.91% 0.85% -
XYZ 31.62 20.12 2.83 -
YUV 111.96 75.54 203.63 -
System Red Green Blue C M Y K H S L
Decimal 218 76 19 0 0.65 0.91 0.15 17.19 0.84 0.46
Hex DA 4C 13 0 41 5B F 11 54 2E
Octal 332 114 23 0 101 133 17 21 124 56
Binary 11011010 1001100 10011 0 1000001 1011011 1111 10001 1010100 101110

Color Harmonies of #DA4C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C13

Black with #DA4C13

Text Example


Text Example

White with #DA4C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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