#DA5E0B

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

Shades of Tenne (Tawny) #DA5E0B

Tints of Tenne (Tawny) #DA5E0B

Color information

#DA5E0B (or 0xDA5E0B) is unknown color: approx Tenne (Tawny). HEX triplet: DA, 5E and 0B. RGB value is (218,94,11). Sum of RGB (Red+Green+Blue) = 218+94+11=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5E0B is #25A1F4. Grayscale: #7A7A7A. Windows color (decimal): -2466293 or 745178. OLE color: 745178.

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

Color convert

RGB2189411-
CMYK00.570.950.15
HSL24.06º90.39%44.9%-
HSV(B)24.06º94.95%85.49%-
XYZ32.9822.933.01-
YUV121.6165.58196.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 67.49%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 11 (4.69% from 255) = 3.41%
R=67.49%
G=29.10%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218941100.570.950.1524.0690.3944.9
HexDA5EB0395FF185a2d
Octal33213613071137173013255
Binary1101101010111101011011100110111111111110001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5E0B; }

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

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

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

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

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

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

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

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