Html Css Color HEX #D86205 Tenne (Tawny)

📋 copy color: '#D86205'

red 216 ◦ green 98 ◦ blue 5

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

Shades of Tenne (Tawny) #D86205

Tints of Tenne (Tawny) #D86205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 67.71%
G = 30.72%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D86205 (or 0xD86205) is known color: Tenne (Tawny). HEX triplet: D8, 62 and 05. RGB value is (216,98,5). Sum of RGB (Red+Green+Blue) = 216+98+5=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D86205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86205 is #279DFA. Grayscale: #7B7B7B. Windows color (decimal): -2596347 or 352984. OLE color: 352984.

HSL color Cylindrical-coordinate representation of color #D86205: hue angle of 26.45º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D86205 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 98 5 -
CMYK 0 0.55 0.98 0.15
HSL 26.45º 0.95% 0.43% -
HSV(B) 26.45º 0.98% 0.85% -
XYZ 32.71 23.35 2.93 -
YUV 122.68 61.59 194.56 -
System Red Green Blue C M Y K H S L
Decimal 216 98 5 0 0.55 0.98 0.15 26.45 0.95 0.43
Hex D8 62 5 0 37 62 F 1A 5F 2B
Octal 330 142 5 0 67 142 17 32 137 53
Binary 11011000 1100010 101 0 110111 1100010 1111 11010 1011111 101011

Color Harmonies of #D86205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86205

Black with #D86205

Text Example


Text Example

White with #D86205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86205; }

 p { color: rgb(216,98,5); }

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

background-color css

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

 a { background-color: rgb(216,98,5); }

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

border-color css

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

 span { border-color: rgb(216,98,5); }

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