Html Css Color HEX #D85012 Tenne (Tawny)

📋 copy color: '#D85012'

red 216 ◦ green 80 ◦ blue 18

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

Shades of Tenne (Tawny) #D85012

Tints of Tenne (Tawny) #D85012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 68.79%
G = 25.48%
B = 5.73%

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

#D85012 (or 0xD85012) is known color: Tenne (Tawny). HEX triplet: D8, 50 and 12. RGB value is (216,80,18). Sum of RGB (Red+Green+Blue) = 216+80+18=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D85012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85012 is #27AFED. Grayscale: #717171. Windows color (decimal): -2600942 or 1200344. OLE color: 1200344.

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

Color convert

RGB 216 80 18 -
CMYK 0 0.63 0.92 0.15
HSL 18.79º 0.85% 0.46% -
HSV(B) 18.79º 0.92% 0.85% -
XYZ 31.3 20.38 2.86 -
YUV 113.6 74.06 201.04 -
System Red Green Blue C M Y K H S L
Decimal 216 80 18 0 0.63 0.92 0.15 18.79 0.85 0.46
Hex D8 50 12 0 3F 5C F 13 55 2E
Octal 330 120 22 0 77 134 17 23 125 56
Binary 11011000 1010000 10010 0 111111 1011100 1111 10011 1010101 101110

Color Harmonies of #D85012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85012

Black with #D85012

Text Example


Text Example

White with #D85012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85012; }

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

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

background-color css

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

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

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

border-color css

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

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

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