Html Css Color HEX #D35210 Tenne (Tawny)

📋 copy color: '#D35210'

red 211 ◦ green 82 ◦ blue 16

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

Shades of Tenne (Tawny) #D35210

Tints of Tenne (Tawny) #D35210

RGB

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

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

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

R = 68.28%
G = 26.54%
B = 5.18%

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

#D35210 (or 0xD35210) is known color: Tenne (Tawny). HEX triplet: D3, 52 and 10. RGB value is (211,82,16). Sum of RGB (Red+Green+Blue) = 211+82+16=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D35210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35210 is #2CADEF. Grayscale: #717171. Windows color (decimal): -2928112 or 1069779. OLE color: 1069779.

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

Color convert

RGB 211 82 16 -
CMYK 0 0.61 0.92 0.17
HSL 20.31º 0.86% 0.45% -
HSV(B) 20.31º 0.92% 0.83% -
XYZ 29.97 19.92 2.76 -
YUV 113.05 73.24 197.87 -
System Red Green Blue C M Y K H S L
Decimal 211 82 16 0 0.61 0.92 0.17 20.31 0.86 0.45
Hex D3 52 10 0 3D 5C 11 14 56 2D
Octal 323 122 20 0 75 134 21 24 126 55
Binary 11010011 1010010 10000 0 111101 1011100 10001 10100 1010110 101101

Color Harmonies of #D35210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35210

Black with #D35210

Text Example


Text Example

White with #D35210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35210; }

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

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

background-color css

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

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

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

border-color css

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

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

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