Html Css Color HEX #D8550F Tenne (Tawny)

📋 copy color: '#D8550F'

red 216 ◦ green 85 ◦ blue 15

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

Shades of Tenne (Tawny) #D8550F

Tints of Tenne (Tawny) #D8550F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 68.35%
G = 26.9%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8550F (or 0xD8550F) is known color: Tenne (Tawny). HEX triplet: D8, 55 and 0F. RGB value is (216,85,15). Sum of RGB (Red+Green+Blue) = 216+85+15=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8550F is #27AAF0. Grayscale: #747474. Windows color (decimal): -2599665 or 1005016. OLE color: 1005016.

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

Color convert

RGB 216 85 15 -
CMYK 0 0.61 0.93 0.15
HSL 20.9º 0.87% 0.45% -
HSV(B) 20.9º 0.93% 0.85% -
XYZ 31.65 21.13 2.86 -
YUV 116.19 70.9 199.19 -
System Red Green Blue C M Y K H S L
Decimal 216 85 15 0 0.61 0.93 0.15 20.9 0.87 0.45
Hex D8 55 F 0 3D 5D F 15 57 2D
Octal 330 125 17 0 75 135 17 25 127 55
Binary 11011000 1010101 1111 0 111101 1011101 1111 10101 1010111 101101

Color Harmonies of #D8550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8550F

Black with #D8550F

Text Example


Text Example

White with #D8550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8550F; }

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

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

background-color css

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

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

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

border-color css

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

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

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