Html Css Color HEX #D6520E Tenne (Tawny)

📋 copy color: '#D6520E'

red 214 ◦ green 82 ◦ blue 14

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

Shades of Tenne (Tawny) #D6520E

Tints of Tenne (Tawny) #D6520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.45%

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

R = 69.03%
G = 26.45%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6520E (or 0xD6520E) is known color: Tenne (Tawny). HEX triplet: D6, 52 and 0E. RGB value is (214,82,14). Sum of RGB (Red+Green+Blue) = 214+82+14=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D6520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6520E is #29ADF1. Grayscale: #727272. Windows color (decimal): -2731506 or 938710. OLE color: 938710.

HSL color Cylindrical-coordinate representation of color #D6520E: hue angle of 20.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 #D6520E is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 14 -
CMYK 0 0.62 0.93 0.16
HSL 20.4º 0.88% 0.45% -
HSV(B) 20.4º 0.93% 0.84% -
XYZ 30.83 20.36 2.72 -
YUV 113.72 71.73 199.53 -
System Red Green Blue C M Y K H S L
Decimal 214 82 14 0 0.62 0.93 0.16 20.4 0.88 0.45
Hex D6 52 E 0 3E 5D 10 14 58 2D
Octal 326 122 16 0 76 135 20 24 130 55
Binary 11010110 1010010 1110 0 111110 1011101 10000 10100 1011000 101101

Color Harmonies of #D6520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6520E

Black with #D6520E

Text Example


Text Example

White with #D6520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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