Html Css Color HEX #DA500C Tenne (Tawny)

📋 copy color: '#DA500C'

red 218 ◦ green 80 ◦ blue 12

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

Shades of Tenne (Tawny) #DA500C

Tints of Tenne (Tawny) #DA500C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.87%

R = 70.32%
G = 25.81%
B = 3.87%

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

#DA500C (or 0xDA500C) is known color: Tenne (Tawny). HEX triplet: DA, 50 and 0C. RGB value is (218,80,12). Sum of RGB (Red+Green+Blue) = 218+80+12=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA500C is #25AFF3. Grayscale: #717171. Windows color (decimal): -2469876 or 807130. OLE color: 807130.

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

Color convert

RGB 218 80 12 -
CMYK 0 0.63 0.94 0.15
HSL 19.81º 0.9% 0.45% -
HSV(B) 19.81º 0.94% 0.85% -
XYZ 31.85 20.67 2.66 -
YUV 113.51 70.72 202.53 -
System Red Green Blue C M Y K H S L
Decimal 218 80 12 0 0.63 0.94 0.15 19.81 0.9 0.45
Hex DA 50 C 0 3F 5E F 14 5A 2D
Octal 332 120 14 0 77 136 17 24 132 55
Binary 11011010 1010000 1100 0 111111 1011110 1111 10100 1011010 101101

Color Harmonies of #DA500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA500C

Black with #DA500C

Text Example


Text Example

White with #DA500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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