Html Css Color HEX #D8580A Tenne (Tawny)

📋 copy color: '#D8580A'

red 216 ◦ green 88 ◦ blue 10

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

Shades of Tenne (Tawny) #D8580A

Tints of Tenne (Tawny) #D8580A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.03%

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

R = 68.79%
G = 28.03%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8580A (or 0xD8580A) is known color: Tenne (Tawny). HEX triplet: D8, 58 and 0A. RGB value is (216,88,10). Sum of RGB (Red+Green+Blue) = 216+88+10=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8580A is #27A7F5. Grayscale: #757575. Windows color (decimal): -2598902 or 678104. OLE color: 678104.

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

Color convert

RGB 216 88 10 -
CMYK 0 0.59 0.95 0.15
HSL 22.72º 0.91% 0.44% -
HSV(B) 22.72º 0.95% 0.85% -
XYZ 31.86 21.6 2.78 -
YUV 117.38 67.41 198.34 -
System Red Green Blue C M Y K H S L
Decimal 216 88 10 0 0.59 0.95 0.15 22.72 0.91 0.44
Hex D8 58 A 0 3B 5F F 17 5B 2C
Octal 330 130 12 0 73 137 17 27 133 54
Binary 11011000 1011000 1010 0 111011 1011111 1111 10111 1011011 101100

Color Harmonies of #D8580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8580A

Black with #D8580A

Text Example


Text Example

White with #D8580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8580A; }

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

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

background-color css

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

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

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

border-color css

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

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

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