Html Css Color HEX #D55400 Tenne (Tawny)

📋 copy color: '#D55400'

red 213 ◦ green 84 ◦ blue 0

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

Shades of Tenne (Tawny) #D55400

Tints of Tenne (Tawny) #D55400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.72%
G = 28.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D55400 (or 0xD55400) is known color: Tenne (Tawny). HEX triplet: D5, 54 and 00. RGB value is (213,84,0). Sum of RGB (Red+Green+Blue) = 213+84+0=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D55400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55400 is #2AABFF. Grayscale: #717171. Windows color (decimal): -2796544 or 21717. OLE color: 21717.

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

Color convert

RGB 213 84 0 -
CMYK 0 0.61 1 0.16
HSL 23.66º 1% 0.42% -
HSV(B) 23.66º 1% 0.84% -
XYZ 30.61 20.49 2.34 -
YUV 113 64.24 199.33 -
System Red Green Blue C M Y K H S L
Decimal 213 84 0 0 0.61 1 0.16 23.66 1 0.42
Hex D5 54 0 0 3D 64 10 18 64 2A
Octal 325 124 0 0 75 144 20 30 144 52
Binary 11010101 1010100 0 0 111101 1100100 10000 11000 1100100 101010

Color Harmonies of #D55400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55400

Black with #D55400

Text Example


Text Example

White with #D55400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55400; }

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

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

background-color css

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

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

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

border-color css

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

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

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