Html Css Color HEX #DA5000 Tenne (Tawny)

📋 copy color: '#DA5000'

red 218 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #DA5000

Tints of Tenne (Tawny) #DA5000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.15%
G = 26.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA5000 (or 0xDA5000) is known color: Tenne (Tawny). HEX triplet: DA, 50 and 00. RGB value is (218,80,0). Sum of RGB (Red+Green+Blue) = 218+80+0=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5000 is #25AFFF. Grayscale: #707070. Windows color (decimal): -2469888 or 20698. OLE color: 20698.

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

Color convert

RGB 218 80 0 -
CMYK 0 0.63 1 0.15
HSL 22.02º 1% 0.43% -
HSV(B) 22.02º 1% 0.85% -
XYZ 31.78 20.64 2.31 -
YUV 112.14 64.72 203.5 -
System Red Green Blue C M Y K H S L
Decimal 218 80 0 0 0.63 1 0.15 22.02 1 0.43
Hex DA 50 0 0 3F 64 F 16 64 2B
Octal 332 120 0 0 77 144 17 26 144 53
Binary 11011010 1010000 0 0 111111 1100100 1111 10110 1100100 101011

Color Harmonies of #DA5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5000

Black with #DA5000

Text Example


Text Example

White with #DA5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5000; }

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

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

background-color css

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

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

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

border-color css

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

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

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