Html Css Color HEX #DA510D Tenne (Tawny)

📋 copy color: '#DA510D'

red 218 ◦ green 81 ◦ blue 13

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

Shades of Tenne (Tawny) #DA510D

Tints of Tenne (Tawny) #DA510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.96%

 BLUE value IS 13 (5.47% from 255) = 4.17%

R = 69.87%
G = 25.96%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA510D (or 0xDA510D) is known color: Tenne (Tawny). HEX triplet: DA, 51 and 0D. RGB value is (218,81,13). Sum of RGB (Red+Green+Blue) = 218+81+13=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA510D is #25AEF2. Grayscale: #727272. Windows color (decimal): -2469619 or 872922. OLE color: 872922.

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

Color convert

RGB 218 81 13 -
CMYK 0 0.63 0.94 0.15
HSL 19.9º 0.89% 0.45% -
HSV(B) 19.9º 0.94% 0.85% -
XYZ 31.93 20.82 2.72 -
YUV 114.21 70.89 202.03 -
System Red Green Blue C M Y K H S L
Decimal 218 81 13 0 0.63 0.94 0.15 19.9 0.89 0.45
Hex DA 51 D 0 3F 5E F 14 59 2D
Octal 332 121 15 0 77 136 17 24 131 55
Binary 11011010 1010001 1101 0 111111 1011110 1111 10100 1011001 101101

Color Harmonies of #DA510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA510D

Black with #DA510D

Text Example


Text Example

White with #DA510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA510D; }

 p { color: rgb(218,81,13); }

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

background-color css

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

 a { background-color: rgb(218,81,13); }

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

border-color css

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

 span { border-color: rgb(218,81,13); }

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