Html Css Color HEX #D8540A Tenne (Tawny)

📋 copy color: '#D8540A'

red 216 ◦ green 84 ◦ blue 10

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

Shades of Tenne (Tawny) #D8540A

Tints of Tenne (Tawny) #D8540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 69.68%
G = 27.1%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8540A (or 0xD8540A) is known color: Tenne (Tawny). HEX triplet: D8, 54 and 0A. RGB value is (216,84,10). Sum of RGB (Red+Green+Blue) = 216+84+10=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D8540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8540A is #27ABF5. Grayscale: #737373. Windows color (decimal): -2599926 or 677080. OLE color: 677080.

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

Color convert

RGB 216 84 10 -
CMYK 0 0.61 0.95 0.15
HSL 21.55º 0.91% 0.44% -
HSV(B) 21.55º 0.95% 0.85% -
XYZ 31.54 20.96 2.67 -
YUV 115.03 68.73 200.02 -
System Red Green Blue C M Y K H S L
Decimal 216 84 10 0 0.61 0.95 0.15 21.55 0.91 0.44
Hex D8 54 A 0 3D 5F F 16 5B 2C
Octal 330 124 12 0 75 137 17 26 133 54
Binary 11011000 1010100 1010 0 111101 1011111 1111 10110 1011011 101100

Color Harmonies of #D8540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8540A

Black with #D8540A

Text Example


Text Example

White with #D8540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8540A; }

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

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

background-color css

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

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

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

border-color css

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

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

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