Html Css Color HEX #DA4300 Tenne (Tawny)

📋 copy color: '#DA4300'

red 218 ◦ green 67 ◦ blue 0

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

Shades of Tenne (Tawny) #DA4300

Tints of Tenne (Tawny) #DA4300

RGB

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

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

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

R = 76.49%
G = 23.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA4300 (or 0xDA4300) is known color: Tenne (Tawny). HEX triplet: DA, 43 and 00. RGB value is (218,67,0). Sum of RGB (Red+Green+Blue) = 218+67+0=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4300 is #25BCFF. Grayscale: #686868. Windows color (decimal): -2473216 or 17370. OLE color: 17370.

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

Color convert

RGB 218 67 0 -
CMYK 0 0.69 1 0.15
HSL 18.44º 1% 0.43% -
HSV(B) 18.44º 1% 0.85% -
XYZ 30.92 18.92 2.02 -
YUV 104.51 69.03 208.95 -
System Red Green Blue C M Y K H S L
Decimal 218 67 0 0 0.69 1 0.15 18.44 1 0.43
Hex DA 43 0 0 45 64 F 12 64 2B
Octal 332 103 0 0 105 144 17 22 144 53
Binary 11011010 1000011 0 0 1000101 1100100 1111 10010 1100100 101011

Color Harmonies of #DA4300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4300

Black with #DA4300

Text Example


Text Example

White with #DA4300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4300; }

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

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

background-color css

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

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

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

border-color css

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

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

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