Html Css Color HEX #D85810 Tenne (Tawny)

📋 copy color: '#D85810'

red 216 ◦ green 88 ◦ blue 16

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

Shades of Tenne (Tawny) #D85810

Tints of Tenne (Tawny) #D85810

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

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

R = 67.5%
G = 27.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D85810 (or 0xD85810) is known color: Tenne (Tawny). HEX triplet: D8, 58 and 10. RGB value is (216,88,16). Sum of RGB (Red+Green+Blue) = 216+88+16=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D85810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85810 is #27A7EF. Grayscale: #767676. Windows color (decimal): -2598896 or 1071320. OLE color: 1071320.

HSL color Cylindrical-coordinate representation of color #D85810: hue angle of 21.6º 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 #D85810 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 88 16 -
CMYK 0 0.59 0.93 0.15
HSL 21.6º 0.86% 0.45% -
HSV(B) 21.6º 0.93% 0.85% -
XYZ 31.9 21.62 2.98 -
YUV 118.06 70.41 197.85 -
System Red Green Blue C M Y K H S L
Decimal 216 88 16 0 0.59 0.93 0.15 21.6 0.86 0.45
Hex D8 58 10 0 3B 5D F 16 56 2D
Octal 330 130 20 0 73 135 17 26 126 55
Binary 11011000 1011000 10000 0 111011 1011101 1111 10110 1010110 101101

Color Harmonies of #D85810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85810

Black with #D85810

Text Example


Text Example

White with #D85810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85810; }

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

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

background-color css

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

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

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

border-color css

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

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

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