Html Css Color HEX #D55A00 Tenne (Tawny)

📋 copy color: '#D55A00'

red 213 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #D55A00

Tints of Tenne (Tawny) #D55A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.7%

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

R = 70.3%
G = 29.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D55A00 (or 0xD55A00) is known color: Tenne (Tawny). HEX triplet: D5, 5A and 00. RGB value is (213,90,0). Sum of RGB (Red+Green+Blue) = 213+90+0=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55A00 is #2AA5FF. Grayscale: #757575. Windows color (decimal): -2795008 or 23253. OLE color: 23253.

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

Color convert

RGB 213 90 0 -
CMYK 0 0.58 1 0.16
HSL 25.35º 1% 0.42% -
HSV(B) 25.35º 1% 0.84% -
XYZ 31.1 21.46 2.5 -
YUV 116.52 62.25 196.82 -
System Red Green Blue C M Y K H S L
Decimal 213 90 0 0 0.58 1 0.16 25.35 1 0.42
Hex D5 5A 0 0 3A 64 10 19 64 2A
Octal 325 132 0 0 72 144 20 31 144 52
Binary 11010101 1011010 0 0 111010 1100100 10000 11001 1100100 101010

Color Harmonies of #D55A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A00

Black with #D55A00

Text Example


Text Example

White with #D55A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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