Html Css Color HEX #DA520D Tenne (Tawny)

📋 copy color: '#DA520D'

red 218 ◦ green 82 ◦ blue 13

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

Shades of Tenne (Tawny) #DA520D

Tints of Tenne (Tawny) #DA520D

RGB

 RED value IS 218 (85.55% from 255) = 69.65%

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

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

R = 69.65%
G = 26.2%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA520D (or 0xDA520D) is known color: Tenne (Tawny). HEX triplet: DA, 52 and 0D. RGB value is (218,82,13). Sum of RGB (Red+Green+Blue) = 218+82+13=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA520D is #25ADF2. Grayscale: #737373. Windows color (decimal): -2469363 or 873178. OLE color: 873178.

HSL color Cylindrical-coordinate representation of color #DA520D: hue angle of 20.2º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA520D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 82 13 -
CMYK 0 0.62 0.94 0.15
HSL 20.2º 0.89% 0.45% -
HSV(B) 20.2º 0.94% 0.85% -
XYZ 32 20.97 2.74 -
YUV 114.8 70.56 201.61 -
System Red Green Blue C M Y K H S L
Decimal 218 82 13 0 0.62 0.94 0.15 20.2 0.89 0.45
Hex DA 52 D 0 3E 5E F 14 59 2D
Octal 332 122 15 0 76 136 17 24 131 55
Binary 11011010 1010010 1101 0 111110 1011110 1111 10100 1011001 101101

Color Harmonies of #DA520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA520D

Black with #DA520D

Text Example


Text Example

White with #DA520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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