Html Css Color HEX #D6480E Tenne (Tawny)

📋 copy color: '#D6480E'

red 214 ◦ green 72 ◦ blue 14

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

Shades of Tenne (Tawny) #D6480E

Tints of Tenne (Tawny) #D6480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 14 (5.86% from 255) = 4.67%

R = 71.33%
G = 24%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6480E (or 0xD6480E) is known color: Tenne (Tawny). HEX triplet: D6, 48 and 0E. RGB value is (214,72,14). Sum of RGB (Red+Green+Blue) = 214+72+14=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D6480E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6480E is #29B7F1. Grayscale: #6C6C6C. Windows color (decimal): -2734066 or 936150. OLE color: 936150.

HSL color Cylindrical-coordinate representation of color #D6480E: hue angle of 17.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6480E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 72 14 -
CMYK 0 0.66 0.93 0.16
HSL 17.4º 0.88% 0.45% -
HSV(B) 17.4º 0.93% 0.84% -
XYZ 30.13 18.96 2.49 -
YUV 107.85 75.04 203.72 -
System Red Green Blue C M Y K H S L
Decimal 214 72 14 0 0.66 0.93 0.16 17.4 0.88 0.45
Hex D6 48 E 0 42 5D 10 11 58 2D
Octal 326 110 16 0 102 135 20 21 130 55
Binary 11010110 1001000 1110 0 1000010 1011101 10000 10001 1011000 101101

Color Harmonies of #D6480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6480E

Black with #D6480E

Text Example


Text Example

White with #D6480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6480E; }

 p { color: rgb(214,72,14); }

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

background-color css

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

 a { background-color: rgb(214,72,14); }

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

border-color css

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

 span { border-color: rgb(214,72,14); }

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