Html Css Color HEX #D9470C Tenne (Tawny)

📋 copy color: '#D9470C'

red 217 ◦ green 71 ◦ blue 12

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

Shades of Tenne (Tawny) #D9470C

Tints of Tenne (Tawny) #D9470C

RGB

 RED value IS 217 (85.16% from 255) = 72.33%

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

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

R = 72.33%
G = 23.67%
B = 4%

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

#D9470C (or 0xD9470C) is known color: Tenne (Tawny). HEX triplet: D9, 47 and 0C. RGB value is (217,71,12). Sum of RGB (Red+Green+Blue) = 217+71+12=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D9470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9470C is #26B8F3. Grayscale: #6C6C6C. Windows color (decimal): -2537716 or 804825. OLE color: 804825.

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

Color convert

RGB 217 71 12 -
CMYK 0 0.67 0.94 0.15
HSL 17.27º 0.9% 0.45% -
HSV(B) 17.27º 0.94% 0.85% -
XYZ 30.93 19.28 2.44 -
YUV 107.93 73.87 205.8 -
System Red Green Blue C M Y K H S L
Decimal 217 71 12 0 0.67 0.94 0.15 17.27 0.9 0.45
Hex D9 47 C 0 43 5E F 11 5A 2D
Octal 331 107 14 0 103 136 17 21 132 55
Binary 11011001 1000111 1100 0 1000011 1011110 1111 10001 1011010 101101

Color Harmonies of #D9470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9470C

Black with #D9470C

Text Example


Text Example

White with #D9470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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