Html Css Color HEX #D85206 Tenne (Tawny)

📋 copy color: '#D85206'

red 216 ◦ green 82 ◦ blue 6

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

Shades of Tenne (Tawny) #D85206

Tints of Tenne (Tawny) #D85206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 71.05%
G = 26.97%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D85206 (or 0xD85206) is known color: Tenne (Tawny). HEX triplet: D8, 52 and 06. RGB value is (216,82,6). Sum of RGB (Red+Green+Blue) = 216+82+6=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D85206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85206 is #27ADF9. Grayscale: #717171. Windows color (decimal): -2600442 or 414424. OLE color: 414424.

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

Color convert

RGB 216 82 6 -
CMYK 0 0.62 0.97 0.15
HSL 21.71º 0.95% 0.44% -
HSV(B) 21.71º 0.97% 0.85% -
XYZ 31.37 20.65 2.5 -
YUV 113.4 67.39 201.18 -
System Red Green Blue C M Y K H S L
Decimal 216 82 6 0 0.62 0.97 0.15 21.71 0.95 0.44
Hex D8 52 6 0 3E 61 F 16 5F 2C
Octal 330 122 6 0 76 141 17 26 137 54
Binary 11011000 1010010 110 0 111110 1100001 1111 10110 1011111 101100

Color Harmonies of #D85206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85206

Black with #D85206

Text Example


Text Example

White with #D85206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85206; }

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

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

background-color css

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

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

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

border-color css

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

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

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