Html Css Color HEX #DA470D Tenne (Tawny)

📋 copy color: '#DA470D'

red 218 ◦ green 71 ◦ blue 13

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

Shades of Tenne (Tawny) #DA470D

Tints of Tenne (Tawny) #DA470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.51%

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 72.19%
G = 23.51%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA470D (or 0xDA470D) is known color: Tenne (Tawny). HEX triplet: DA, 47 and 0D. RGB value is (218,71,13). Sum of RGB (Red+Green+Blue) = 218+71+13=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA470D is #25B8F2. Grayscale: #6C6C6C. Windows color (decimal): -2472179 or 870362. OLE color: 870362.

HSL color Cylindrical-coordinate representation of color #DA470D: hue angle of 16.98º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA470D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 71 13 -
CMYK 0 0.67 0.94 0.15
HSL 16.98º 0.89% 0.45% -
HSV(B) 16.98º 0.94% 0.85% -
XYZ 31.24 19.44 2.49 -
YUV 108.34 74.2 206.22 -
System Red Green Blue C M Y K H S L
Decimal 218 71 13 0 0.67 0.94 0.15 16.98 0.89 0.45
Hex DA 47 D 0 43 5E F 11 59 2D
Octal 332 107 15 0 103 136 17 21 131 55
Binary 11011010 1000111 1101 0 1000011 1011110 1111 10001 1011001 101101

Color Harmonies of #DA470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA470D

Black with #DA470D

Text Example


Text Example

White with #DA470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA470D; }

 p { color: rgb(218,71,13); }

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

background-color css

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

 a { background-color: rgb(218,71,13); }

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

border-color css

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

 span { border-color: rgb(218,71,13); }

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