Html Css Color HEX #DA5412 Tenne (Tawny)

📋 copy color: '#DA5412'

red 218 ◦ green 84 ◦ blue 18

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

Shades of Tenne (Tawny) #DA5412

Tints of Tenne (Tawny) #DA5412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.63%

R = 68.13%
G = 26.25%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA5412 (or 0xDA5412) is known color: Tenne (Tawny). HEX triplet: DA, 54 and 12. RGB value is (218,84,18). Sum of RGB (Red+Green+Blue) = 218+84+18=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5412 is #25ABED. Grayscale: #747474. Windows color (decimal): -2468846 or 1201370. OLE color: 1201370.

HSL color Cylindrical-coordinate representation of color #DA5412: hue angle of 19.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA5412 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 84 18 -
CMYK 0 0.61 0.92 0.15
HSL 19.8º 0.85% 0.46% -
HSV(B) 19.8º 0.92% 0.85% -
XYZ 32.19 21.29 2.98 -
YUV 116.54 72.39 200.37 -
System Red Green Blue C M Y K H S L
Decimal 218 84 18 0 0.61 0.92 0.15 19.8 0.85 0.46
Hex DA 54 12 0 3D 5C F 14 55 2E
Octal 332 124 22 0 75 134 17 24 125 56
Binary 11011010 1010100 10010 0 111101 1011100 1111 10100 1010101 101110

Color Harmonies of #DA5412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5412

Black with #DA5412

Text Example


Text Example

White with #DA5412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5412; }

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

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

background-color css

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

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

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

border-color css

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

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

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