Html Css Color HEX #D9550D Tenne (Tawny)

📋 copy color: '#D9550D'

red 217 ◦ green 85 ◦ blue 13

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

Shades of Tenne (Tawny) #D9550D

Tints of Tenne (Tawny) #D9550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.13%

R = 68.89%
G = 26.98%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9550D (or 0xD9550D) is known color: Tenne (Tawny). HEX triplet: D9, 55 and 0D. RGB value is (217,85,13). Sum of RGB (Red+Green+Blue) = 217+85+13=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9550D is #26AAF2. Grayscale: #747474. Windows color (decimal): -2534131 or 873945. OLE color: 873945.

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

Color convert

RGB 217 85 13 -
CMYK 0 0.61 0.94 0.15
HSL 21.18º 0.89% 0.45% -
HSV(B) 21.18º 0.94% 0.85% -
XYZ 31.94 21.28 2.8 -
YUV 116.26 69.73 199.85 -
System Red Green Blue C M Y K H S L
Decimal 217 85 13 0 0.61 0.94 0.15 21.18 0.89 0.45
Hex D9 55 D 0 3D 5E F 15 59 2D
Octal 331 125 15 0 75 136 17 25 131 55
Binary 11011001 1010101 1101 0 111101 1011110 1111 10101 1011001 101101

Color Harmonies of #D9550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9550D

Black with #D9550D

Text Example


Text Example

White with #D9550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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