Html Css Color HEX #D9550F Tenne (Tawny)

📋 copy color: '#D9550F'

red 217 ◦ green 85 ◦ blue 15

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

Shades of Tenne (Tawny) #D9550F

Tints of Tenne (Tawny) #D9550F

RGB

 RED value IS 217 (85.16% from 255) = 68.45%

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

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

R = 68.45%
G = 26.81%
B = 4.73%

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

#D9550F (or 0xD9550F) is known color: Tenne (Tawny). HEX triplet: D9, 55 and 0F. RGB value is (217,85,15). Sum of RGB (Red+Green+Blue) = 217+85+15=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D9550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9550F is #26AAF0. Grayscale: #747474. Windows color (decimal): -2534129 or 1005017. OLE color: 1005017.

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

Color convert

RGB 217 85 15 -
CMYK 0 0.61 0.93 0.15
HSL 20.79º 0.87% 0.45% -
HSV(B) 20.79º 0.93% 0.85% -
XYZ 31.95 21.28 2.88 -
YUV 116.49 70.73 199.69 -
System Red Green Blue C M Y K H S L
Decimal 217 85 15 0 0.61 0.93 0.15 20.79 0.87 0.45
Hex D9 55 F 0 3D 5D F 15 57 2D
Octal 331 125 17 0 75 135 17 25 127 55
Binary 11011001 1010101 1111 0 111101 1011101 1111 10101 1010111 101101

Color Harmonies of #D9550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9550F

Black with #D9550F

Text Example


Text Example

White with #D9550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9550F; }

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

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

background-color css

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

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

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

border-color css

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

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

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