Html Css Color HEX #DA4C15 Tenne (Tawny)

📋 copy color: '#DA4C15'

red 218 ◦ green 76 ◦ blue 21

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

Shades of Tenne (Tawny) #DA4C15

Tints of Tenne (Tawny) #DA4C15

RGB

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

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

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

R = 69.21%
G = 24.13%
B = 6.67%

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

#DA4C15 (or 0xDA4C15) is known color: Tenne (Tawny). HEX triplet: DA, 4C and 15. RGB value is (218,76,21). Sum of RGB (Red+Green+Blue) = 218+76+21=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4C15 is #25B3EA. Grayscale: #707070. Windows color (decimal): -2470891 or 1395930. OLE color: 1395930.

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

Color convert

RGB 218 76 21 -
CMYK 0 0.65 0.90 0.15
HSL 16.75º 0.82% 0.47% -
HSV(B) 16.75º 0.9% 0.85% -
XYZ 31.63 20.13 2.93 -
YUV 112.19 76.54 203.47 -
System Red Green Blue C M Y K H S L
Decimal 218 76 21 0 0.65 0.90 0.15 16.75 0.82 0.47
Hex DA 4C 15 0 41 5A F 11 52 2F
Octal 332 114 25 0 101 132 17 21 122 57
Binary 11011010 1001100 10101 0 1000001 1011010 1111 10001 1010010 101111

Color Harmonies of #DA4C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C15

Black with #DA4C15

Text Example


Text Example

White with #DA4C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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