Html Css Color HEX #DA510B Tenne (Tawny)

📋 copy color: '#DA510B'

red 218 ◦ green 81 ◦ blue 11

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

Shades of Tenne (Tawny) #DA510B

Tints of Tenne (Tawny) #DA510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.55%

R = 70.32%
G = 26.13%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA510B (or 0xDA510B) is known color: Tenne (Tawny). HEX triplet: DA, 51 and 0B. RGB value is (218,81,11). Sum of RGB (Red+Green+Blue) = 218+81+11=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA510B is #25AEF4. Grayscale: #727272. Windows color (decimal): -2469621 or 741850. OLE color: 741850.

HSL color Cylindrical-coordinate representation of color #DA510B: hue angle of 20.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA510B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 81 11 -
CMYK 0 0.63 0.95 0.15
HSL 20.29º 0.9% 0.45% -
HSV(B) 20.29º 0.95% 0.85% -
XYZ 31.92 20.81 2.65 -
YUV 113.98 69.89 202.19 -
System Red Green Blue C M Y K H S L
Decimal 218 81 11 0 0.63 0.95 0.15 20.29 0.9 0.45
Hex DA 51 B 0 3F 5F F 14 5A 2D
Octal 332 121 13 0 77 137 17 24 132 55
Binary 11011010 1010001 1011 0 111111 1011111 1111 10100 1011010 101101

Color Harmonies of #DA510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA510B

Black with #DA510B

Text Example


Text Example

White with #DA510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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