Html Css Color HEX #DA4D15 Tenne (Tawny)

📋 copy color: '#DA4D15'

red 218 ◦ green 77 ◦ blue 21

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

Shades of Tenne (Tawny) #DA4D15

Tints of Tenne (Tawny) #DA4D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 68.99%
G = 24.37%
B = 6.65%

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

#DA4D15 (or 0xDA4D15) is known color: Tenne (Tawny). HEX triplet: DA, 4D and 15. RGB value is (218,77,21). Sum of RGB (Red+Green+Blue) = 218+77+21=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4D15 is #25B2EA. Grayscale: #717171. Windows color (decimal): -2470635 or 1396186. OLE color: 1396186.

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

Color convert

RGB 218 77 21 -
CMYK 0 0.65 0.90 0.15
HSL 17.06º 0.82% 0.47% -
HSV(B) 17.06º 0.9% 0.85% -
XYZ 31.7 20.27 2.95 -
YUV 112.78 76.21 203.05 -
System Red Green Blue C M Y K H S L
Decimal 218 77 21 0 0.65 0.90 0.15 17.06 0.82 0.47
Hex DA 4D 15 0 41 5A F 11 52 2F
Octal 332 115 25 0 101 132 17 21 122 57
Binary 11011010 1001101 10101 0 1000001 1011010 1111 10001 1010010 101111

Color Harmonies of #DA4D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D15

Black with #DA4D15

Text Example


Text Example

White with #DA4D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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