#DA530B

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

Shades of Tenne (Tawny) #DA530B

Tints of Tenne (Tawny) #DA530B

Color information

#DA530B (or 0xDA530B) is unknown color: approx Tenne (Tawny). HEX triplet: DA, 53 and 0B. RGB value is (218,83,11). Sum of RGB (Red+Green+Blue) = 218+83+11=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA530B is #25ACF4. Grayscale: #737373. Windows color (decimal): -2469109 or 742362. OLE color: 742362.

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

Color convert

RGB2188311-
CMYK00.620.950.15
HSL20.87º90.39%44.9%-
HSV(B)20.87º94.95%85.49%-
XYZ32.0721.122.7-
YUV115.1669.23201.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 69.87%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 11 (4.69% from 255) = 3.53%
R=69.87%
G=26.60%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218831100.620.950.1520.8790.3944.9
HexDA53B03E5FF155a2d
Octal33212313076137172513255
Binary1101101010100111011011111010111111111101011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA530B; }

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

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

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

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

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

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

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

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