Html Css Color HEX #D8510C Tenne (Tawny)

📋 copy color: '#D8510C'

red 216 ◦ green 81 ◦ blue 12

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

Shades of Tenne (Tawny) #D8510C

Tints of Tenne (Tawny) #D8510C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.21%

 BLUE value IS 12 (5.08% from 255) = 3.88%

R = 69.9%
G = 26.21%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8510C (or 0xD8510C) is known color: Tenne (Tawny). HEX triplet: D8, 51 and 0C. RGB value is (216,81,12). Sum of RGB (Red+Green+Blue) = 216+81+12=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D8510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8510C is #27AEF3. Grayscale: #717171. Windows color (decimal): -2600692 or 807384. OLE color: 807384.

HSL color Cylindrical-coordinate representation of color #D8510C: hue angle of 20.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8510C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 81 12 -
CMYK 0 0.62 0.94 0.15
HSL 20.29º 0.89% 0.45% -
HSV(B) 20.29º 0.94% 0.85% -
XYZ 31.33 20.51 2.66 -
YUV 113.5 70.73 201.11 -
System Red Green Blue C M Y K H S L
Decimal 216 81 12 0 0.62 0.94 0.15 20.29 0.89 0.45
Hex D8 51 C 0 3E 5E F 14 59 2D
Octal 330 121 14 0 76 136 17 24 131 55
Binary 11011000 1010001 1100 0 111110 1011110 1111 10100 1011001 101101

Color Harmonies of #D8510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8510C

Black with #D8510C

Text Example


Text Example

White with #D8510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8510C; }

 p { color: rgb(216,81,12); }

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

background-color css

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

 a { background-color: rgb(216,81,12); }

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

border-color css

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

 span { border-color: rgb(216,81,12); }

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