Html Css Color HEX #DA4501 Tenne (Tawny)

📋 copy color: '#DA4501'

red 218 ◦ green 69 ◦ blue 1

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

Shades of Tenne (Tawny) #DA4501

Tints of Tenne (Tawny) #DA4501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.96%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 75.69%
G = 23.96%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA4501 (or 0xDA4501) is known color: Tenne (Tawny). HEX triplet: DA, 45 and 01. RGB value is (218,69,1). Sum of RGB (Red+Green+Blue) = 218+69+1=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4501 is #25BAFE. Grayscale: #6A6A6A. Windows color (decimal): -2472703 or 83418. OLE color: 83418.

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

Color convert

RGB 218 69 1 -
CMYK 0 0.68 1.00 0.15
HSL 18.8º 0.99% 0.43% -
HSV(B) 18.8º 1% 0.85% -
XYZ 31.05 19.16 2.09 -
YUV 105.8 68.86 208.03 -
System Red Green Blue C M Y K H S L
Decimal 218 69 1 0 0.68 1.00 0.15 18.8 0.99 0.43
Hex DA 45 1 0 44 64 F 13 63 2B
Octal 332 105 1 0 104 144 17 23 143 53
Binary 11011010 1000101 1 0 1000100 1100100 1111 10011 1100011 101011

Color Harmonies of #DA4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4501

Black with #DA4501

Text Example


Text Example

White with #DA4501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4501; }

 p { color: rgb(218,69,1); }

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

background-color css

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

 a { background-color: rgb(218,69,1); }

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

border-color css

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

 span { border-color: rgb(218,69,1); }

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