Html Css Color HEX #DA4A03 Tenne (Tawny)

📋 copy color: '#DA4A03'

red 218 ◦ green 74 ◦ blue 3

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

Shades of Tenne (Tawny) #DA4A03

Tints of Tenne (Tawny) #DA4A03

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.08%

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 73.9%
G = 25.08%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA4A03 (or 0xDA4A03) is known color: Tenne (Tawny). HEX triplet: DA, 4A and 03. RGB value is (218,74,3). Sum of RGB (Red+Green+Blue) = 218+74+3=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4A03 is #25B5FC. Grayscale: #6D6D6D. Windows color (decimal): -2471421 or 215770. OLE color: 215770.

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

Color convert

RGB 218 74 3 -
CMYK 0 0.66 0.99 0.15
HSL 19.81º 0.97% 0.43% -
HSV(B) 19.81º 0.99% 0.85% -
XYZ 31.38 19.81 2.26 -
YUV 108.96 68.21 205.77 -
System Red Green Blue C M Y K H S L
Decimal 218 74 3 0 0.66 0.99 0.15 19.81 0.97 0.43
Hex DA 4A 3 0 42 63 F 14 61 2B
Octal 332 112 3 0 102 143 17 24 141 53
Binary 11011010 1001010 11 0 1000010 1100011 1111 10100 1100001 101011

Color Harmonies of #DA4A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A03

Black with #DA4A03

Text Example


Text Example

White with #DA4A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A03; }

 p { color: rgb(218,74,3); }

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

background-color css

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

 a { background-color: rgb(218,74,3); }

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

border-color css

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

 span { border-color: rgb(218,74,3); }

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