Html Css Color HEX #DA520B Tenne (Tawny)

📋 copy color: '#DA520B'

red 218 ◦ green 82 ◦ blue 11

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

Shades of Tenne (Tawny) #DA520B

Tints of Tenne (Tawny) #DA520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.37%

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

R = 70.1%
G = 26.37%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA520B (or 0xDA520B) is known color: Tenne (Tawny). HEX triplet: DA, 52 and 0B. RGB value is (218,82,11). Sum of RGB (Red+Green+Blue) = 218+82+11=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA520B is #25ADF4. Grayscale: #727272. Windows color (decimal): -2469365 or 742106. OLE color: 742106.

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

Color convert

RGB 218 82 11 -
CMYK 0 0.62 0.95 0.15
HSL 20.58º 0.9% 0.45% -
HSV(B) 20.58º 0.95% 0.85% -
XYZ 31.99 20.96 2.68 -
YUV 114.57 69.56 201.77 -
System Red Green Blue C M Y K H S L
Decimal 218 82 11 0 0.62 0.95 0.15 20.58 0.9 0.45
Hex DA 52 B 0 3E 5F F 15 5A 2D
Octal 332 122 13 0 76 137 17 25 132 55
Binary 11011010 1010010 1011 0 111110 1011111 1111 10101 1011010 101101

Color Harmonies of #DA520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA520B

Black with #DA520B

Text Example


Text Example

White with #DA520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA520B; }

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

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

background-color css

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

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

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

border-color css

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

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

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