Html Css Color HEX #D9550B Tenne (Tawny)

📋 copy color: '#D9550B'

red 217 ◦ green 85 ◦ blue 11

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

Shades of Tenne (Tawny) #D9550B

Tints of Tenne (Tawny) #D9550B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 69.33%
G = 27.16%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9550B (or 0xD9550B) is known color: Tenne (Tawny). HEX triplet: D9, 55 and 0B. RGB value is (217,85,11). Sum of RGB (Red+Green+Blue) = 217+85+11=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9550B is #26AAF4. Grayscale: #747474. Windows color (decimal): -2534133 or 742873. OLE color: 742873.

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

Color convert

RGB 217 85 11 -
CMYK 0 0.61 0.95 0.15
HSL 21.55º 0.9% 0.45% -
HSV(B) 21.55º 0.95% 0.85% -
XYZ 31.92 21.27 2.74 -
YUV 116.03 68.73 200.02 -
System Red Green Blue C M Y K H S L
Decimal 217 85 11 0 0.61 0.95 0.15 21.55 0.9 0.45
Hex D9 55 B 0 3D 5F F 16 5A 2D
Octal 331 125 13 0 75 137 17 26 132 55
Binary 11011001 1010101 1011 0 111101 1011111 1111 10110 1011010 101101

Color Harmonies of #D9550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9550B

Black with #D9550B

Text Example


Text Example

White with #D9550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9550B; }

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

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

background-color css

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

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

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

border-color css

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

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

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