Html Css Color HEX #DA4A0C Tenne (Tawny)

📋 copy color: '#DA4A0C'

red 218 ◦ green 74 ◦ blue 12

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

Shades of Tenne (Tawny) #DA4A0C

Tints of Tenne (Tawny) #DA4A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.95%

R = 71.71%
G = 24.34%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA4A0C (or 0xDA4A0C) is known color: Tenne (Tawny). HEX triplet: DA, 4A and 0C. RGB value is (218,74,12). Sum of RGB (Red+Green+Blue) = 218+74+12=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4A0C is #25B5F3. Grayscale: #6E6E6E. Windows color (decimal): -2471412 or 805594. OLE color: 805594.

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

Color convert

RGB 218 74 12 -
CMYK 0 0.66 0.94 0.15
HSL 18.06º 0.9% 0.45% -
HSV(B) 18.06º 0.94% 0.85% -
XYZ 31.43 19.83 2.52 -
YUV 109.99 72.71 205.04 -
System Red Green Blue C M Y K H S L
Decimal 218 74 12 0 0.66 0.94 0.15 18.06 0.9 0.45
Hex DA 4A C 0 42 5E F 12 5A 2D
Octal 332 112 14 0 102 136 17 22 132 55
Binary 11011010 1001010 1100 0 1000010 1011110 1111 10010 1011010 101101

Color Harmonies of #DA4A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A0C

Black with #DA4A0C

Text Example


Text Example

White with #DA4A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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