Html Css Color HEX #D45211 Tenne (Tawny)

📋 copy color: '#D45211'

red 212 ◦ green 82 ◦ blue 17

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

Shades of Tenne (Tawny) #D45211

Tints of Tenne (Tawny) #D45211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.47%

R = 68.17%
G = 26.37%
B = 5.47%

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

#D45211 (or 0xD45211) is known color: Tenne (Tawny). HEX triplet: D4, 52 and 11. RGB value is (212,82,17). Sum of RGB (Red+Green+Blue) = 212+82+17=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D45211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45211 is #2BADEE. Grayscale: #717171. Windows color (decimal): -2862575 or 1135316. OLE color: 1135316.

HSL color Cylindrical-coordinate representation of color #D45211: hue angle of 20º degrees, saturation: 0.85, 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 #D45211 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 82 17 -
CMYK 0 0.61 0.92 0.17
HSL 20º 0.85% 0.45% -
HSV(B) 20º 0.92% 0.83% -
XYZ 30.27 20.07 2.81 -
YUV 113.46 73.57 198.29 -
System Red Green Blue C M Y K H S L
Decimal 212 82 17 0 0.61 0.92 0.17 20 0.85 0.45
Hex D4 52 11 0 3D 5C 11 14 55 2D
Octal 324 122 21 0 75 134 21 24 125 55
Binary 11010100 1010010 10001 0 111101 1011100 10001 10100 1010101 101101

Color Harmonies of #D45211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45211

Black with #D45211

Text Example


Text Example

White with #D45211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45211; }

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

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

background-color css

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

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

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

border-color css

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

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

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