Html Css Color HEX #D85016 Tenne (Tawny)

📋 copy color: '#D85016'

red 216 ◦ green 80 ◦ blue 22

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

Shades of Tenne (Tawny) #D85016

Tints of Tenne (Tawny) #D85016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.92%

R = 67.92%
G = 25.16%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D85016 (or 0xD85016) is known color: Tenne (Tawny). HEX triplet: D8, 50 and 16. RGB value is (216,80,22). Sum of RGB (Red+Green+Blue) = 216+80+22=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D85016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85016 is #27AFE9. Grayscale: #727272. Windows color (decimal): -2600938 or 1462488. OLE color: 1462488.

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

Color convert

RGB 216 80 22 -
CMYK 0 0.63 0.90 0.15
HSL 17.94º 0.82% 0.47% -
HSV(B) 17.94º 0.9% 0.85% -
XYZ 31.33 20.39 3.04 -
YUV 114.05 76.06 200.72 -
System Red Green Blue C M Y K H S L
Decimal 216 80 22 0 0.63 0.90 0.15 17.94 0.82 0.47
Hex D8 50 16 0 3F 5A F 12 52 2F
Octal 330 120 26 0 77 132 17 22 122 57
Binary 11011000 1010000 10110 0 111111 1011010 1111 10010 1010010 101111

Color Harmonies of #D85016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85016

Black with #D85016

Text Example


Text Example

White with #D85016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85016; }

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

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

background-color css

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

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

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

border-color css

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

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

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