Html Css Color HEX #DA5006 Tenne (Tawny)

📋 copy color: '#DA5006'

red 218 ◦ green 80 ◦ blue 6

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

Shades of Tenne (Tawny) #DA5006

Tints of Tenne (Tawny) #DA5006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

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

R = 71.71%
G = 26.32%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA5006 (or 0xDA5006) is known color: Tenne (Tawny). HEX triplet: DA, 50 and 06. RGB value is (218,80,6). Sum of RGB (Red+Green+Blue) = 218+80+6=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5006 is #25AFF9. Grayscale: #717171. Windows color (decimal): -2469882 or 413914. OLE color: 413914.

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

Color convert

RGB 218 80 6 -
CMYK 0 0.63 0.97 0.15
HSL 20.94º 0.95% 0.44% -
HSV(B) 20.94º 0.97% 0.85% -
XYZ 31.81 20.66 2.48 -
YUV 112.83 67.72 203.02 -
System Red Green Blue C M Y K H S L
Decimal 218 80 6 0 0.63 0.97 0.15 20.94 0.95 0.44
Hex DA 50 6 0 3F 61 F 15 5F 2C
Octal 332 120 6 0 77 141 17 25 137 54
Binary 11011010 1010000 110 0 111111 1100001 1111 10101 1011111 101100

Color Harmonies of #DA5006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5006

Black with #DA5006

Text Example


Text Example

White with #DA5006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5006; }

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

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

background-color css

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

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

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

border-color css

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

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

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