Html Css Color HEX #D85312 Tenne (Tawny)

📋 copy color: '#D85312'

red 216 ◦ green 83 ◦ blue 18

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

Shades of Tenne (Tawny) #D85312

Tints of Tenne (Tawny) #D85312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.18%

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

R = 68.14%
G = 26.18%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D85312 (or 0xD85312) is known color: Tenne (Tawny). HEX triplet: D8, 53 and 12. RGB value is (216,83,18). Sum of RGB (Red+Green+Blue) = 216+83+18=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D85312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85312 is #27ACED. Grayscale: #737373. Windows color (decimal): -2600174 or 1201112. OLE color: 1201112.

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

Color convert

RGB 216 83 18 -
CMYK 0 0.62 0.92 0.15
HSL 19.7º 0.85% 0.46% -
HSV(B) 19.7º 0.92% 0.85% -
XYZ 31.52 20.83 2.93 -
YUV 115.36 73.06 199.79 -
System Red Green Blue C M Y K H S L
Decimal 216 83 18 0 0.62 0.92 0.15 19.7 0.85 0.46
Hex D8 53 12 0 3E 5C F 14 55 2E
Octal 330 123 22 0 76 134 17 24 125 56
Binary 11011000 1010011 10010 0 111110 1011100 1111 10100 1010101 101110

Color Harmonies of #D85312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85312

Black with #D85312

Text Example


Text Example

White with #D85312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85312; }

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

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

background-color css

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

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

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

border-color css

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

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

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