Html Css Color HEX #DA5206 Tenne (Tawny)

📋 copy color: '#DA5206'

red 218 ◦ green 82 ◦ blue 6

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

Shades of Tenne (Tawny) #DA5206

Tints of Tenne (Tawny) #DA5206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.96%

R = 71.24%
G = 26.8%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA5206 (or 0xDA5206) is known color: Tenne (Tawny). HEX triplet: DA, 52 and 06. RGB value is (218,82,6). Sum of RGB (Red+Green+Blue) = 218+82+6=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5206 is #25ADF9. Grayscale: #727272. Windows color (decimal): -2469370 or 414426. OLE color: 414426.

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

Color convert

RGB 218 82 6 -
CMYK 0 0.62 0.97 0.15
HSL 21.51º 0.95% 0.44% -
HSV(B) 21.51º 0.97% 0.85% -
XYZ 31.96 20.95 2.53 -
YUV 114 67.06 202.18 -
System Red Green Blue C M Y K H S L
Decimal 218 82 6 0 0.62 0.97 0.15 21.51 0.95 0.44
Hex DA 52 6 0 3E 61 F 16 5F 2C
Octal 332 122 6 0 76 141 17 26 137 54
Binary 11011010 1010010 110 0 111110 1100001 1111 10110 1011111 101100

Color Harmonies of #DA5206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5206

Black with #DA5206

Text Example


Text Example

White with #DA5206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5206; }

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

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

background-color css

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

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

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

border-color css

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

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

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