Html Css Color HEX #D5520D Tenne (Tawny)

📋 copy color: '#D5520D'

red 213 ◦ green 82 ◦ blue 13

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

Shades of Tenne (Tawny) #D5520D

Tints of Tenne (Tawny) #D5520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.62%

 BLUE value IS 13 (5.47% from 255) = 4.22%

R = 69.16%
G = 26.62%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5520D (or 0xD5520D) is known color: Tenne (Tawny). HEX triplet: D5, 52 and 0D. RGB value is (213,82,13). Sum of RGB (Red+Green+Blue) = 213+82+13=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5520D is #2AADF2. Grayscale: #717171. Windows color (decimal): -2797043 or 873173. OLE color: 873173.

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

Color convert

RGB 213 82 13 -
CMYK 0 0.62 0.94 0.16
HSL 20.7º 0.88% 0.44% -
HSV(B) 20.7º 0.94% 0.84% -
XYZ 30.53 20.21 2.67 -
YUV 113.3 71.4 199.11 -
System Red Green Blue C M Y K H S L
Decimal 213 82 13 0 0.62 0.94 0.16 20.7 0.88 0.44
Hex D5 52 D 0 3E 5E 10 15 58 2C
Octal 325 122 15 0 76 136 20 25 130 54
Binary 11010101 1010010 1101 0 111110 1011110 10000 10101 1011000 101100

Color Harmonies of #D5520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5520D

Black with #D5520D

Text Example


Text Example

White with #D5520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5520D; }

 p { color: rgb(213,82,13); }

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

background-color css

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

 a { background-color: rgb(213,82,13); }

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

border-color css

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

 span { border-color: rgb(213,82,13); }

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