Html Css Color HEX #DA520E Tenne (Tawny)

📋 copy color: '#DA520E'

red 218 ◦ green 82 ◦ blue 14

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

Shades of Tenne (Tawny) #DA520E

Tints of Tenne (Tawny) #DA520E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.46%

R = 69.43%
G = 26.11%
B = 4.46%

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

#DA520E (or 0xDA520E) is known color: Tenne (Tawny). HEX triplet: DA, 52 and 0E. RGB value is (218,82,14). Sum of RGB (Red+Green+Blue) = 218+82+14=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA520E is #25ADF1. Grayscale: #737373. Windows color (decimal): -2469362 or 938714. OLE color: 938714.

HSL color Cylindrical-coordinate representation of color #DA520E: hue angle of 20º degrees, saturation: 0.88, 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 #DA520E is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 82 14 -
CMYK 0 0.62 0.94 0.15
HSL 20º 0.88% 0.45% -
HSV(B) 20º 0.94% 0.85% -
XYZ 32.01 20.97 2.78 -
YUV 114.91 71.06 201.53 -
System Red Green Blue C M Y K H S L
Decimal 218 82 14 0 0.62 0.94 0.15 20 0.88 0.45
Hex DA 52 E 0 3E 5E F 14 58 2D
Octal 332 122 16 0 76 136 17 24 130 55
Binary 11011010 1010010 1110 0 111110 1011110 1111 10100 1011000 101101

Color Harmonies of #DA520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA520E

Black with #DA520E

Text Example


Text Example

White with #DA520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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