Html Css Color HEX #D85011 Tenne (Tawny)

📋 copy color: '#D85011'

red 216 ◦ green 80 ◦ blue 17

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

Shades of Tenne (Tawny) #D85011

Tints of Tenne (Tawny) #D85011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.43%

R = 69.01%
G = 25.56%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D85011 (or 0xD85011) is known color: Tenne (Tawny). HEX triplet: D8, 50 and 11. RGB value is (216,80,17). Sum of RGB (Red+Green+Blue) = 216+80+17=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D85011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85011 is #27AFEE. Grayscale: #717171. Windows color (decimal): -2600943 or 1134808. OLE color: 1134808.

HSL color Cylindrical-coordinate representation of color #D85011: hue angle of 18.99º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D85011 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 17 -
CMYK 0 0.63 0.92 0.15
HSL 18.99º 0.85% 0.46% -
HSV(B) 18.99º 0.92% 0.85% -
XYZ 31.29 20.38 2.81 -
YUV 113.48 73.56 201.12 -
System Red Green Blue C M Y K H S L
Decimal 216 80 17 0 0.63 0.92 0.15 18.99 0.85 0.46
Hex D8 50 11 0 3F 5C F 13 55 2E
Octal 330 120 21 0 77 134 17 23 125 56
Binary 11011000 1010000 10001 0 111111 1011100 1111 10011 1010101 101110

Color Harmonies of #D85011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85011

Black with #D85011

Text Example


Text Example

White with #D85011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85011; }

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

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

background-color css

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

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

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

border-color css

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

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

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