Html Css Color HEX #DA4301 Tenne (Tawny)

📋 copy color: '#DA4301'

red 218 ◦ green 67 ◦ blue 1

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

Shades of Tenne (Tawny) #DA4301

Tints of Tenne (Tawny) #DA4301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.43%

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

R = 76.22%
G = 23.43%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA4301 (or 0xDA4301) is known color: Tenne (Tawny). HEX triplet: DA, 43 and 01. RGB value is (218,67,1). Sum of RGB (Red+Green+Blue) = 218+67+1=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4301 is #25BCFE. Grayscale: #696969. Windows color (decimal): -2473215 or 82906. OLE color: 82906.

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

Color convert

RGB 218 67 1 -
CMYK 0 0.69 1.00 0.15
HSL 18.25º 0.99% 0.43% -
HSV(B) 18.25º 1% 0.85% -
XYZ 30.93 18.92 2.05 -
YUV 104.63 69.53 208.87 -
System Red Green Blue C M Y K H S L
Decimal 218 67 1 0 0.69 1.00 0.15 18.25 0.99 0.43
Hex DA 43 1 0 45 64 F 12 63 2B
Octal 332 103 1 0 105 144 17 22 143 53
Binary 11011010 1000011 1 0 1000101 1100100 1111 10010 1100011 101011

Color Harmonies of #DA4301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4301

Black with #DA4301

Text Example


Text Example

White with #DA4301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4301; }

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

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

background-color css

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

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

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

border-color css

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

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

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