Html Css Color HEX #D55800 Tenne (Tawny)

📋 copy color: '#D55800'

red 213 ◦ green 88 ◦ blue 0

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

Shades of Tenne (Tawny) #D55800

Tints of Tenne (Tawny) #D55800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

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

R = 70.76%
G = 29.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D55800 (or 0xD55800) is known color: Tenne (Tawny). HEX triplet: D5, 58 and 00. RGB value is (213,88,0). Sum of RGB (Red+Green+Blue) = 213+88+0=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D55800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55800 is #2AA7FF. Grayscale: #737373. Windows color (decimal): -2795520 or 22741. OLE color: 22741.

HSL color Cylindrical-coordinate representation of color #D55800: hue angle of 24.79º 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 #D55800 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 0 -
CMYK 0 0.59 1 0.16
HSL 24.79º 1% 0.42% -
HSV(B) 24.79º 1% 0.84% -
XYZ 30.93 21.13 2.45 -
YUV 115.34 62.91 197.66 -
System Red Green Blue C M Y K H S L
Decimal 213 88 0 0 0.59 1 0.16 24.79 1 0.42
Hex D5 58 0 0 3B 64 10 19 64 2A
Octal 325 130 0 0 73 144 20 31 144 52
Binary 11010101 1011000 0 0 111011 1100100 10000 11001 1100100 101010

Color Harmonies of #D55800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55800

Black with #D55800

Text Example


Text Example

White with #D55800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55800; }

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

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

background-color css

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

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

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

border-color css

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

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

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