Html Css Color HEX #D85512 Tenne (Tawny)

📋 copy color: '#D85512'

red 216 ◦ green 85 ◦ blue 18

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

Shades of Tenne (Tawny) #D85512

Tints of Tenne (Tawny) #D85512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.65%

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

R = 67.71%
G = 26.65%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D85512 (or 0xD85512) is known color: Tenne (Tawny). HEX triplet: D8, 55 and 12. RGB value is (216,85,18). Sum of RGB (Red+Green+Blue) = 216+85+18=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D85512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85512 is #27AAED. Grayscale: #747474. Windows color (decimal): -2599662 or 1201624. OLE color: 1201624.

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

Color convert

RGB 216 85 18 -
CMYK 0 0.61 0.92 0.15
HSL 20.3º 0.85% 0.46% -
HSV(B) 20.3º 0.92% 0.85% -
XYZ 31.68 21.14 2.98 -
YUV 116.53 72.4 198.95 -
System Red Green Blue C M Y K H S L
Decimal 216 85 18 0 0.61 0.92 0.15 20.3 0.85 0.46
Hex D8 55 12 0 3D 5C F 14 55 2E
Octal 330 125 22 0 75 134 17 24 125 56
Binary 11011000 1010101 10010 0 111101 1011100 1111 10100 1010101 101110

Color Harmonies of #D85512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85512

Black with #D85512

Text Example


Text Example

White with #D85512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85512; }

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

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

background-color css

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

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

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

border-color css

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

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

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