Html Css Color HEX #DA5512 Tenne (Tawny)

📋 copy color: '#DA5512'

red 218 ◦ green 85 ◦ blue 18

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

Shades of Tenne (Tawny) #DA5512

Tints of Tenne (Tawny) #DA5512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 67.91%
G = 26.48%
B = 5.61%

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

#DA5512 (or 0xDA5512) is known color: Tenne (Tawny). HEX triplet: DA, 55 and 12. RGB value is (218,85,18). Sum of RGB (Red+Green+Blue) = 218+85+18=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5512 is #25AAED. Grayscale: #757575. Windows color (decimal): -2468590 or 1201626. OLE color: 1201626.

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

Color convert

RGB 218 85 18 -
CMYK 0 0.61 0.92 0.15
HSL 20.1º 0.85% 0.46% -
HSV(B) 20.1º 0.92% 0.85% -
XYZ 32.27 21.45 3.01 -
YUV 117.13 72.06 199.95 -
System Red Green Blue C M Y K H S L
Decimal 218 85 18 0 0.61 0.92 0.15 20.1 0.85 0.46
Hex DA 55 12 0 3D 5C F 14 55 2E
Octal 332 125 22 0 75 134 17 24 125 56
Binary 11011010 1010101 10010 0 111101 1011100 1111 10100 1010101 101110

Color Harmonies of #DA5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5512

Black with #DA5512

Text Example


Text Example

White with #DA5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5512; }

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

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

background-color css

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

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

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

border-color css

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

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

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