Html Css Color HEX #DA540E Tenne (Tawny)

📋 copy color: '#DA540E'

red 218 ◦ green 84 ◦ blue 14

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

Shades of Tenne (Tawny) #DA540E

Tints of Tenne (Tawny) #DA540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 68.99%
G = 26.58%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA540E (or 0xDA540E) is known color: Tenne (Tawny). HEX triplet: DA, 54 and 0E. RGB value is (218,84,14). Sum of RGB (Red+Green+Blue) = 218+84+14=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA540E is #25ABF1. Grayscale: #747474. Windows color (decimal): -2468850 or 939226. OLE color: 939226.

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

Color convert

RGB 218 84 14 -
CMYK 0 0.61 0.94 0.15
HSL 20.59º 0.88% 0.45% -
HSV(B) 20.59º 0.94% 0.85% -
XYZ 32.16 21.28 2.83 -
YUV 116.09 70.39 200.69 -
System Red Green Blue C M Y K H S L
Decimal 218 84 14 0 0.61 0.94 0.15 20.59 0.88 0.45
Hex DA 54 E 0 3D 5E F 15 58 2D
Octal 332 124 16 0 75 136 17 25 130 55
Binary 11011010 1010100 1110 0 111101 1011110 1111 10101 1011000 101101

Color Harmonies of #DA540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA540E

Black with #DA540E

Text Example


Text Example

White with #DA540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA540E; }

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

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

background-color css

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

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

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

border-color css

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

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

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