Html Css Color HEX #DA4A0A Tenne (Tawny)

📋 copy color: '#DA4A0A'

red 218 ◦ green 74 ◦ blue 10

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

Shades of Tenne (Tawny) #DA4A0A

Tints of Tenne (Tawny) #DA4A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.31%

R = 72.19%
G = 24.5%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA4A0A (or 0xDA4A0A) is known color: Tenne (Tawny). HEX triplet: DA, 4A and 0A. RGB value is (218,74,10). Sum of RGB (Red+Green+Blue) = 218+74+10=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4A0A is #25B5F5. Grayscale: #6E6E6E. Windows color (decimal): -2471414 or 674522. OLE color: 674522.

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

Color convert

RGB 218 74 10 -
CMYK 0 0.66 0.95 0.15
HSL 18.46º 0.91% 0.45% -
HSV(B) 18.46º 0.95% 0.85% -
XYZ 31.42 19.82 2.46 -
YUV 109.76 71.71 205.2 -
System Red Green Blue C M Y K H S L
Decimal 218 74 10 0 0.66 0.95 0.15 18.46 0.91 0.45
Hex DA 4A A 0 42 5F F 12 5B 2D
Octal 332 112 12 0 102 137 17 22 133 55
Binary 11011010 1001010 1010 0 1000010 1011111 1111 10010 1011011 101101

Color Harmonies of #DA4A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A0A

Black with #DA4A0A

Text Example


Text Example

White with #DA4A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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