Html Css Color HEX #D8510A Tenne (Tawny)

📋 copy color: '#D8510A'

red 216 ◦ green 81 ◦ blue 10

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

Shades of Tenne (Tawny) #D8510A

Tints of Tenne (Tawny) #D8510A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.26%

R = 70.36%
G = 26.38%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8510A (or 0xD8510A) is known color: Tenne (Tawny). HEX triplet: D8, 51 and 0A. RGB value is (216,81,10). Sum of RGB (Red+Green+Blue) = 216+81+10=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D8510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8510A is #27AEF5. Grayscale: #717171. Windows color (decimal): -2600694 or 676312. OLE color: 676312.

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

Color convert

RGB 216 81 10 -
CMYK 0 0.62 0.95 0.15
HSL 20.68º 0.91% 0.44% -
HSV(B) 20.68º 0.95% 0.85% -
XYZ 31.32 20.51 2.59 -
YUV 113.27 69.73 201.27 -
System Red Green Blue C M Y K H S L
Decimal 216 81 10 0 0.62 0.95 0.15 20.68 0.91 0.44
Hex D8 51 A 0 3E 5F F 15 5B 2C
Octal 330 121 12 0 76 137 17 25 133 54
Binary 11011000 1010001 1010 0 111110 1011111 1111 10101 1011011 101100

Color Harmonies of #D8510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8510A

Black with #D8510A

Text Example


Text Example

White with #D8510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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