Html Css Color HEX #DA4C03 Tenne (Tawny)

📋 copy color: '#DA4C03'

red 218 ◦ green 76 ◦ blue 3

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

Shades of Tenne (Tawny) #DA4C03

Tints of Tenne (Tawny) #DA4C03

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

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

R = 73.4%
G = 25.59%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA4C03 (or 0xDA4C03) is known color: Tenne (Tawny). HEX triplet: DA, 4C and 03. RGB value is (218,76,3). Sum of RGB (Red+Green+Blue) = 218+76+3=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4C03 is #25B3FC. Grayscale: #6E6E6E. Windows color (decimal): -2470909 or 216282. OLE color: 216282.

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

Color convert

RGB 218 76 3 -
CMYK 0 0.65 0.99 0.15
HSL 20.37º 0.97% 0.43% -
HSV(B) 20.37º 0.99% 0.85% -
XYZ 31.51 20.08 2.3 -
YUV 110.14 67.54 204.94 -
System Red Green Blue C M Y K H S L
Decimal 218 76 3 0 0.65 0.99 0.15 20.37 0.97 0.43
Hex DA 4C 3 0 41 63 F 14 61 2B
Octal 332 114 3 0 101 143 17 24 141 53
Binary 11011010 1001100 11 0 1000001 1100011 1111 10100 1100001 101011

Color Harmonies of #DA4C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C03

Black with #DA4C03

Text Example


Text Example

White with #DA4C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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