Html Css Color HEX #D55408 Tenne (Tawny)

📋 copy color: '#D55408'

red 213 ◦ green 84 ◦ blue 8

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

Shades of Tenne (Tawny) #D55408

Tints of Tenne (Tawny) #D55408

RGB

 RED value IS 213 (83.59% from 255) = 69.84%

 GREEN value IS 84 (33.2% from 255) = 27.54%

 BLUE value IS 8 (3.52% from 255) = 2.62%

R = 69.84%
G = 27.54%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D55408 (or 0xD55408) is known color: Tenne (Tawny). HEX triplet: D5, 54 and 08. RGB value is (213,84,8). Sum of RGB (Red+Green+Blue) = 213+84+8=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D55408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55408 is #2AABF7. Grayscale: #727272. Windows color (decimal): -2796536 or 546005. OLE color: 546005.

HSL color Cylindrical-coordinate representation of color #D55408: hue angle of 22.24º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D55408 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 84 8 -
CMYK 0 0.61 0.96 0.16
HSL 22.24º 0.93% 0.43% -
HSV(B) 22.24º 0.96% 0.84% -
XYZ 30.65 20.5 2.57 -
YUV 113.91 68.24 198.68 -
System Red Green Blue C M Y K H S L
Decimal 213 84 8 0 0.61 0.96 0.16 22.24 0.93 0.43
Hex D5 54 8 0 3D 60 10 16 5D 2B
Octal 325 124 10 0 75 140 20 26 135 53
Binary 11010101 1010100 1000 0 111101 1100000 10000 10110 1011101 101011

Color Harmonies of #D55408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55408

Black with #D55408

Text Example


Text Example

White with #D55408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55408; }

 p { color: rgb(213,84,8); }

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

background-color css

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

 a { background-color: rgb(213,84,8); }

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

border-color css

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

 span { border-color: rgb(213,84,8); }

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