Html Css Color HEX #D85210 Tenne (Tawny)

📋 copy color: '#D85210'

red 216 ◦ green 82 ◦ blue 16

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

Shades of Tenne (Tawny) #D85210

Tints of Tenne (Tawny) #D85210

RGB

 RED value IS 216 (84.77% from 255) = 68.79%

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

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

R = 68.79%
G = 26.11%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D85210 (or 0xD85210) is known color: Tenne (Tawny). HEX triplet: D8, 52 and 10. RGB value is (216,82,16). Sum of RGB (Red+Green+Blue) = 216+82+16=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D85210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85210 is #27ADEF. Grayscale: #727272. Windows color (decimal): -2600432 or 1069784. OLE color: 1069784.

HSL color Cylindrical-coordinate representation of color #D85210: hue angle of 19.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D85210 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 82 16 -
CMYK 0 0.62 0.93 0.15
HSL 19.8º 0.86% 0.45% -
HSV(B) 19.8º 0.93% 0.85% -
XYZ 31.43 20.67 2.82 -
YUV 114.54 72.39 200.37 -
System Red Green Blue C M Y K H S L
Decimal 216 82 16 0 0.62 0.93 0.15 19.8 0.86 0.45
Hex D8 52 10 0 3E 5D F 14 56 2D
Octal 330 122 20 0 76 135 17 24 126 55
Binary 11011000 1010010 10000 0 111110 1011101 1111 10100 1010110 101101

Color Harmonies of #D85210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85210

Black with #D85210

Text Example


Text Example

White with #D85210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85210; }

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

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

background-color css

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

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

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

border-color css

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

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

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