Html Css Color HEX #D6470C Tenne (Tawny)

📋 copy color: '#D6470C'

red 214 ◦ green 71 ◦ blue 12

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

Shades of Tenne (Tawny) #D6470C

Tints of Tenne (Tawny) #D6470C

RGB

 RED value IS 214 (83.98% from 255) = 72.05%

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

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

R = 72.05%
G = 23.91%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6470C (or 0xD6470C) is known color: Tenne (Tawny). HEX triplet: D6, 47 and 0C. RGB value is (214,71,12). Sum of RGB (Red+Green+Blue) = 214+71+12=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D6470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6470C is #29B8F3. Grayscale: #6B6B6B. Windows color (decimal): -2734324 or 804822. OLE color: 804822.

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

Color convert

RGB 214 71 12 -
CMYK 0 0.67 0.94 0.16
HSL 17.52º 0.89% 0.44% -
HSV(B) 17.52º 0.94% 0.84% -
XYZ 30.05 18.83 2.4 -
YUV 107.03 74.38 204.3 -
System Red Green Blue C M Y K H S L
Decimal 214 71 12 0 0.67 0.94 0.16 17.52 0.89 0.44
Hex D6 47 C 0 43 5E 10 12 59 2C
Octal 326 107 14 0 103 136 20 22 131 54
Binary 11010110 1000111 1100 0 1000011 1011110 10000 10010 1011001 101100

Color Harmonies of #D6470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6470C

Black with #D6470C

Text Example


Text Example

White with #D6470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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