Html Css Color HEX #DA4100 Tenne (Tawny)

📋 copy color: '#DA4100'

red 218 ◦ green 65 ◦ blue 0

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

Shades of Tenne (Tawny) #DA4100

Tints of Tenne (Tawny) #DA4100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

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

R = 77.03%
G = 22.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA4100 (or 0xDA4100) is known color: Tenne (Tawny). HEX triplet: DA, 41 and 00. RGB value is (218,65,0). Sum of RGB (Red+Green+Blue) = 218+65+0=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4100 is #25BEFF. Grayscale: #676767. Windows color (decimal): -2473728 or 16858. OLE color: 16858.

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

Color convert

RGB 218 65 0 -
CMYK 0 0.70 1 0.15
HSL 17.89º 1% 0.43% -
HSV(B) 17.89º 1% 0.85% -
XYZ 30.8 18.69 1.98 -
YUV 103.34 69.69 209.79 -
System Red Green Blue C M Y K H S L
Decimal 218 65 0 0 0.70 1 0.15 17.89 1 0.43
Hex DA 41 0 0 46 64 F 12 64 2B
Octal 332 101 0 0 106 144 17 22 144 53
Binary 11011010 1000001 0 0 1000110 1100100 1111 10010 1100100 101011

Color Harmonies of #DA4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4100

Black with #DA4100

Text Example


Text Example

White with #DA4100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4100; }

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

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

background-color css

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

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

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

border-color css

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

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

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