Html Css Color HEX #D9550C Tenne (Tawny)

📋 copy color: '#D9550C'

red 217 ◦ green 85 ◦ blue 12

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

Shades of Tenne (Tawny) #D9550C

Tints of Tenne (Tawny) #D9550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.82%

R = 69.11%
G = 27.07%
B = 3.82%

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

#D9550C (or 0xD9550C) is known color: Tenne (Tawny). HEX triplet: D9, 55 and 0C. RGB value is (217,85,12). Sum of RGB (Red+Green+Blue) = 217+85+12=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D9550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9550C is #26AAF3. Grayscale: #747474. Windows color (decimal): -2534132 or 808409. OLE color: 808409.

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

Color convert

RGB 217 85 12 -
CMYK 0 0.61 0.94 0.15
HSL 21.37º 0.9% 0.45% -
HSV(B) 21.37º 0.94% 0.85% -
XYZ 31.93 21.28 2.77 -
YUV 116.15 69.23 199.94 -
System Red Green Blue C M Y K H S L
Decimal 217 85 12 0 0.61 0.94 0.15 21.37 0.9 0.45
Hex D9 55 C 0 3D 5E F 15 5A 2D
Octal 331 125 14 0 75 136 17 25 132 55
Binary 11011001 1010101 1100 0 111101 1011110 1111 10101 1011010 101101

Color Harmonies of #D9550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9550C

Black with #D9550C

Text Example


Text Example

White with #D9550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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