Html Css Color HEX #D5500A Tenne (Tawny)

📋 copy color: '#D5500A'

red 213 ◦ green 80 ◦ blue 10

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

Shades of Tenne (Tawny) #D5500A

Tints of Tenne (Tawny) #D5500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.4%

 BLUE value IS 10 (4.3% from 255) = 3.3%

R = 70.3%
G = 26.4%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5500A (or 0xD5500A) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 0A. RGB value is (213,80,10). Sum of RGB (Red+Green+Blue) = 213+80+10=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D5500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5500A is #2AAFF5. Grayscale: #707070. Windows color (decimal): -2797558 or 676053. OLE color: 676053.

HSL color Cylindrical-coordinate representation of color #D5500A: hue angle of 20.69º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5500A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 10 -
CMYK 0 0.62 0.95 0.16
HSL 20.69º 0.91% 0.44% -
HSV(B) 20.69º 0.95% 0.84% -
XYZ 30.36 19.91 2.53 -
YUV 111.79 70.56 200.19 -
System Red Green Blue C M Y K H S L
Decimal 213 80 10 0 0.62 0.95 0.16 20.69 0.91 0.44
Hex D5 50 A 0 3E 5F 10 15 5B 2C
Octal 325 120 12 0 76 137 20 25 133 54
Binary 11010101 1010000 1010 0 111110 1011111 10000 10101 1011011 101100

Color Harmonies of #D5500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5500A

Black with #D5500A

Text Example


Text Example

White with #D5500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5500A; }

 p { color: rgb(213,80,10); }

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

background-color css

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

 a { background-color: rgb(213,80,10); }

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

border-color css

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

 span { border-color: rgb(213,80,10); }

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