Html Css Color HEX #DA4C0E Tenne (Tawny)

📋 copy color: '#DA4C0E'

red 218 ◦ green 76 ◦ blue 14

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

Shades of Tenne (Tawny) #DA4C0E

Tints of Tenne (Tawny) #DA4C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.55%

R = 70.78%
G = 24.68%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA4C0E (or 0xDA4C0E) is known color: Tenne (Tawny). HEX triplet: DA, 4C and 0E. RGB value is (218,76,14). Sum of RGB (Red+Green+Blue) = 218+76+14=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4C0E is #25B3F1. Grayscale: #6F6F6F. Windows color (decimal): -2470898 or 937178. OLE color: 937178.

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

Color convert

RGB 218 76 14 -
CMYK 0 0.65 0.94 0.15
HSL 18.24º 0.88% 0.45% -
HSV(B) 18.24º 0.94% 0.85% -
XYZ 31.58 20.11 2.63 -
YUV 111.39 73.04 204.04 -
System Red Green Blue C M Y K H S L
Decimal 218 76 14 0 0.65 0.94 0.15 18.24 0.88 0.45
Hex DA 4C E 0 41 5E F 12 58 2D
Octal 332 114 16 0 101 136 17 22 130 55
Binary 11011010 1001100 1110 0 1000001 1011110 1111 10010 1011000 101101

Color Harmonies of #DA4C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C0E

Black with #DA4C0E

Text Example


Text Example

White with #DA4C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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