Html Css Color HEX #D6470B Tenne (Tawny)

📋 copy color: '#D6470B'

red 214 ◦ green 71 ◦ blue 11

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

Shades of Tenne (Tawny) #D6470B

Tints of Tenne (Tawny) #D6470B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.72%

R = 72.3%
G = 23.99%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6470B (or 0xD6470B) is known color: Tenne (Tawny). HEX triplet: D6, 47 and 0B. RGB value is (214,71,11). Sum of RGB (Red+Green+Blue) = 214+71+11=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D6470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6470B is #29B8F4. Grayscale: #6B6B6B. Windows color (decimal): -2734325 or 739286. OLE color: 739286.

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

Color convert

RGB 214 71 11 -
CMYK 0 0.67 0.95 0.16
HSL 17.73º 0.9% 0.44% -
HSV(B) 17.73º 0.95% 0.84% -
XYZ 30.05 18.83 2.37 -
YUV 106.92 73.88 204.38 -
System Red Green Blue C M Y K H S L
Decimal 214 71 11 0 0.67 0.95 0.16 17.73 0.9 0.44
Hex D6 47 B 0 43 5F 10 12 5A 2C
Octal 326 107 13 0 103 137 20 22 132 54
Binary 11010110 1000111 1011 0 1000011 1011111 10000 10010 1011010 101100

Color Harmonies of #D6470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6470B

Black with #D6470B

Text Example


Text Example

White with #D6470B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6470B; }

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

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

background-color css

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

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

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

border-color css

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

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

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