Html Css Color HEX #DA470C Tenne (Tawny)

📋 copy color: '#DA470C'

red 218 ◦ green 71 ◦ blue 12

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

Shades of Tenne (Tawny) #DA470C

Tints of Tenne (Tawny) #DA470C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 72.43%
G = 23.59%
B = 3.99%

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

#DA470C (or 0xDA470C) is known color: Tenne (Tawny). HEX triplet: DA, 47 and 0C. RGB value is (218,71,12). Sum of RGB (Red+Green+Blue) = 218+71+12=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA470C is #25B8F3. Grayscale: #6C6C6C. Windows color (decimal): -2472180 or 804826. OLE color: 804826.

HSL color Cylindrical-coordinate representation of color #DA470C: hue angle of 17.18º degrees, saturation: 0.9, 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 #DA470C is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 71 12 -
CMYK 0 0.67 0.94 0.15
HSL 17.18º 0.9% 0.45% -
HSV(B) 17.18º 0.94% 0.85% -
XYZ 31.23 19.44 2.45 -
YUV 108.23 73.7 206.3 -
System Red Green Blue C M Y K H S L
Decimal 218 71 12 0 0.67 0.94 0.15 17.18 0.9 0.45
Hex DA 47 C 0 43 5E F 11 5A 2D
Octal 332 107 14 0 103 136 17 21 132 55
Binary 11011010 1000111 1100 0 1000011 1011110 1111 10001 1011010 101101

Color Harmonies of #DA470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA470C

Black with #DA470C

Text Example


Text Example

White with #DA470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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