Html Css Color HEX #DA5510 Tenne (Tawny)

📋 copy color: '#DA5510'

red 218 ◦ green 85 ◦ blue 16

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

Shades of Tenne (Tawny) #DA5510

Tints of Tenne (Tawny) #DA5510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.02%

R = 68.34%
G = 26.65%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA5510 (or 0xDA5510) is known color: Tenne (Tawny). HEX triplet: DA, 55 and 10. RGB value is (218,85,16). Sum of RGB (Red+Green+Blue) = 218+85+16=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5510 is #25AAEF. Grayscale: #757575. Windows color (decimal): -2468592 or 1070554. OLE color: 1070554.

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

Color convert

RGB 218 85 16 -
CMYK 0 0.61 0.93 0.15
HSL 20.5º 0.86% 0.46% -
HSV(B) 20.5º 0.93% 0.85% -
XYZ 32.26 21.44 2.93 -
YUV 116.9 71.06 200.11 -
System Red Green Blue C M Y K H S L
Decimal 218 85 16 0 0.61 0.93 0.15 20.5 0.86 0.46
Hex DA 55 10 0 3D 5D F 14 56 2E
Octal 332 125 20 0 75 135 17 24 126 56
Binary 11011010 1010101 10000 0 111101 1011101 1111 10100 1010110 101110

Color Harmonies of #DA5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5510

Black with #DA5510

Text Example


Text Example

White with #DA5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5510; }

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

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

background-color css

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

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

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

border-color css

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

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

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