#DA4C14

Color #DA4C14 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #DA4C14

Tints of Tenne (Tawny) #DA4C14

Color information

#DA4C14 (or 0xDA4C14) is unknown color: approx Tenne (Tawny). HEX triplet: DA, 4C and 14. RGB value is (218,76,20). Sum of RGB (Red+Green+Blue) = 218+76+20=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4C14 is #25B3EB. Grayscale: #707070. Windows color (decimal): -2470892 or 1330394. OLE color: 1330394.

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

Color convert

RGB2187620-
CMYK00.650.910.15
HSL16.97º83.19%46.67%-
HSV(B)16.97º90.83%85.49%-
XYZ31.6220.122.88-
YUV112.0776.04203.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 69.43%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 20 (8.20% from 255) = 6.37%
R=69.43%
G=24.20%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218762000.650.910.1516.9783.1946.67
HexDA4C140415BF11532f
Octal332114240101133172112357
Binary110110101001100101000100000110110111111100011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4C14; }

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

 H1.HeaderClassName
 {
   color: #DA4C14;
 }
 .AnyTagClassName
 {
   color: #DA4C14;
 }
</style>
background-color css

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

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

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

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

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

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