Html Css Color HEX #D35211 Tenne (Tawny)

📋 copy color: '#D35211'

red 211 ◦ green 82 ◦ blue 17

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

Shades of Tenne (Tawny) #D35211

Tints of Tenne (Tawny) #D35211

RGB

 RED value IS 211 (82.81% from 255) = 68.06%

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

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

R = 68.06%
G = 26.45%
B = 5.48%

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

#D35211 (or 0xD35211) is known color: Tenne (Tawny). HEX triplet: D3, 52 and 11. RGB value is (211,82,17). Sum of RGB (Red+Green+Blue) = 211+82+17=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D35211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35211 is #2CADEE. Grayscale: #717171. Windows color (decimal): -2928111 or 1135315. OLE color: 1135315.

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

Color convert

RGB 211 82 17 -
CMYK 0 0.61 0.92 0.17
HSL 20.1º 0.85% 0.45% -
HSV(B) 20.1º 0.92% 0.83% -
XYZ 29.98 19.92 2.8 -
YUV 113.16 73.74 197.79 -
System Red Green Blue C M Y K H S L
Decimal 211 82 17 0 0.61 0.92 0.17 20.1 0.85 0.45
Hex D3 52 11 0 3D 5C 11 14 55 2D
Octal 323 122 21 0 75 134 21 24 125 55
Binary 11010011 1010010 10001 0 111101 1011100 10001 10100 1010101 101101

Color Harmonies of #D35211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35211

Black with #D35211

Text Example


Text Example

White with #D35211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35211; }

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

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

background-color css

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

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

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

border-color css

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

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

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