Html Css Color HEX #D8580F Tenne (Tawny)

📋 copy color: '#D8580F'

red 216 ◦ green 88 ◦ blue 15

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

Shades of Tenne (Tawny) #D8580F

Tints of Tenne (Tawny) #D8580F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 67.71%
G = 27.59%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8580F (or 0xD8580F) is known color: Tenne (Tawny). HEX triplet: D8, 58 and 0F. RGB value is (216,88,15). Sum of RGB (Red+Green+Blue) = 216+88+15=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D8580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8580F is #27A7F0. Grayscale: #767676. Windows color (decimal): -2598897 or 1005784. OLE color: 1005784.

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

Color convert

RGB 216 88 15 -
CMYK 0 0.59 0.93 0.15
HSL 21.79º 0.87% 0.45% -
HSV(B) 21.79º 0.93% 0.85% -
XYZ 31.89 21.61 2.94 -
YUV 117.95 69.91 197.94 -
System Red Green Blue C M Y K H S L
Decimal 216 88 15 0 0.59 0.93 0.15 21.79 0.87 0.45
Hex D8 58 F 0 3B 5D F 16 57 2D
Octal 330 130 17 0 73 135 17 26 127 55
Binary 11011000 1011000 1111 0 111011 1011101 1111 10110 1010111 101101

Color Harmonies of #D8580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8580F

Black with #D8580F

Text Example


Text Example

White with #D8580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8580F; }

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

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

background-color css

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

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

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

border-color css

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

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

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