Html Css Color HEX #DA4507 Tenne (Tawny)

📋 copy color: '#DA4507'

red 218 ◦ green 69 ◦ blue 7

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

Shades of Tenne (Tawny) #DA4507

Tints of Tenne (Tawny) #DA4507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.38%

R = 74.15%
G = 23.47%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA4507 (or 0xDA4507) is known color: Tenne (Tawny). HEX triplet: DA, 45 and 07. RGB value is (218,69,7). Sum of RGB (Red+Green+Blue) = 218+69+7=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4507 is #25BAF8. Grayscale: #6A6A6A. Windows color (decimal): -2472697 or 476634. OLE color: 476634.

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

Color convert

RGB 218 69 7 -
CMYK 0 0.68 0.97 0.15
HSL 17.63º 0.94% 0.44% -
HSV(B) 17.63º 0.97% 0.85% -
XYZ 31.08 19.18 2.26 -
YUV 106.48 71.86 207.54 -
System Red Green Blue C M Y K H S L
Decimal 218 69 7 0 0.68 0.97 0.15 17.63 0.94 0.44
Hex DA 45 7 0 44 61 F 12 5E 2C
Octal 332 105 7 0 104 141 17 22 136 54
Binary 11011010 1000101 111 0 1000100 1100001 1111 10010 1011110 101100

Color Harmonies of #DA4507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4507

Black with #DA4507

Text Example


Text Example

White with #DA4507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4507; }

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

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

background-color css

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

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

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

border-color css

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

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

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