#DA460B

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

Shades of Tenne (Tawny) #DA460B

Tints of Tenne (Tawny) #DA460B

Color information

#DA460B (or 0xDA460B) is unknown color: approx Tenne (Tawny). HEX triplet: DA, 46 and 0B. RGB value is (218,70,11). Sum of RGB (Red+Green+Blue) = 218+70+11=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA460B is #25B9F4. Grayscale: #6B6B6B. Windows color (decimal): -2472437 or 739034. OLE color: 739034.

HSL color Cylindrical-coordinate representation of color #DA460B: hue angle of 17.1º degrees, saturation: 0.9, 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 #DA460B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB2187011-
CMYK00.680.950.15
HSL17.1º90.39%44.9%-
HSV(B)17.1º94.95%85.49%-
XYZ31.1619.312.4-
YUV107.5373.53206.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 72.91%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 11 (4.69% from 255) = 3.68%
R=72.91%
G=23.41%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218701100.680.950.1517.190.3944.9
HexDA46B0445FF115a2d
Octal332106130104137172113255
Binary11011010100011010110100010010111111111100011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA460B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA460B; }

 p { color: rgb(218,70,11); }

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

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

 a { background-color: rgb(218,70,11); }

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

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

 span { border-color: rgb(218,70,11); }

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