Html Css Color HEX #D85010 Tenne (Tawny)

📋 copy color: '#D85010'

red 216 ◦ green 80 ◦ blue 16

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

Shades of Tenne (Tawny) #D85010

Tints of Tenne (Tawny) #D85010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

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

R = 69.23%
G = 25.64%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D85010 (or 0xD85010) is known color: Tenne (Tawny). HEX triplet: D8, 50 and 10. RGB value is (216,80,16). Sum of RGB (Red+Green+Blue) = 216+80+16=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D85010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85010 is #27AFEF. Grayscale: #717171. Windows color (decimal): -2600944 or 1069272. OLE color: 1069272.

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

Color convert

RGB 216 80 16 -
CMYK 0 0.63 0.93 0.15
HSL 19.2º 0.86% 0.45% -
HSV(B) 19.2º 0.93% 0.85% -
XYZ 31.28 20.37 2.77 -
YUV 113.37 73.06 201.2 -
System Red Green Blue C M Y K H S L
Decimal 216 80 16 0 0.63 0.93 0.15 19.2 0.86 0.45
Hex D8 50 10 0 3F 5D F 13 56 2D
Octal 330 120 20 0 77 135 17 23 126 55
Binary 11011000 1010000 10000 0 111111 1011101 1111 10011 1010110 101101

Color Harmonies of #D85010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85010

Black with #D85010

Text Example


Text Example

White with #D85010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85010; }

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

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

background-color css

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

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

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

border-color css

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

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

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