Html Css Color HEX #D4520E Tenne (Tawny)

📋 copy color: '#D4520E'

red 212 ◦ green 82 ◦ blue 14

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

Shades of Tenne (Tawny) #D4520E

Tints of Tenne (Tawny) #D4520E

RGB

 RED value IS 212 (83.2% from 255) = 68.83%

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

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

R = 68.83%
G = 26.62%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4520E (or 0xD4520E) is known color: Tenne (Tawny). HEX triplet: D4, 52 and 0E. RGB value is (212,82,14). Sum of RGB (Red+Green+Blue) = 212+82+14=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4520E is #2BADF1. Grayscale: #717171. Windows color (decimal): -2862578 or 938708. OLE color: 938708.

HSL color Cylindrical-coordinate representation of color #D4520E: hue angle of 20.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4520E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 82 14 -
CMYK 0 0.61 0.93 0.17
HSL 20.61º 0.88% 0.44% -
HSV(B) 20.61º 0.93% 0.83% -
XYZ 30.25 20.06 2.69 -
YUV 113.12 72.07 198.53 -
System Red Green Blue C M Y K H S L
Decimal 212 82 14 0 0.61 0.93 0.17 20.61 0.88 0.44
Hex D4 52 E 0 3D 5D 11 15 58 2C
Octal 324 122 16 0 75 135 21 25 130 54
Binary 11010100 1010010 1110 0 111101 1011101 10001 10101 1011000 101100

Color Harmonies of #D4520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4520E

Black with #D4520E

Text Example


Text Example

White with #D4520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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