Html Css Color HEX #D45210 Tenne (Tawny)

📋 copy color: '#D45210'

red 212 ◦ green 82 ◦ blue 16

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

Shades of Tenne (Tawny) #D45210

Tints of Tenne (Tawny) #D45210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.16%

R = 68.39%
G = 26.45%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D45210 (or 0xD45210) is known color: Tenne (Tawny). HEX triplet: D4, 52 and 10. RGB value is (212,82,16). Sum of RGB (Red+Green+Blue) = 212+82+16=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D45210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45210 is #2BADEF. Grayscale: #717171. Windows color (decimal): -2862576 or 1069780. OLE color: 1069780.

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

Color convert

RGB 212 82 16 -
CMYK 0 0.61 0.92 0.17
HSL 20.2º 0.86% 0.45% -
HSV(B) 20.2º 0.92% 0.83% -
XYZ 30.26 20.07 2.77 -
YUV 113.35 73.07 198.37 -
System Red Green Blue C M Y K H S L
Decimal 212 82 16 0 0.61 0.92 0.17 20.2 0.86 0.45
Hex D4 52 10 0 3D 5C 11 14 56 2D
Octal 324 122 20 0 75 134 21 24 126 55
Binary 11010100 1010010 10000 0 111101 1011100 10001 10100 1010110 101101

Color Harmonies of #D45210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45210

Black with #D45210

Text Example


Text Example

White with #D45210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45210; }

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

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

background-color css

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

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

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

border-color css

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

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

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