#DC540B

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

Shades of Tenne (Tawny) #DC540B

Tints of Tenne (Tawny) #DC540B

Color information

#DC540B (or 0xDC540B) is unknown color: approx Tenne (Tawny). HEX triplet: DC, 54 and 0B. RGB value is (220,84,11). Sum of RGB (Red+Green+Blue) = 220+84+11=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC540B is #23ABF4. Grayscale: #747474. Windows color (decimal): -2337781 or 742620. OLE color: 742620.

HSL color Cylindrical-coordinate representation of color #DC540B: hue angle of 20.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC540B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB2208411-
CMYK00.620.950.14
HSL20.96º90.48%45.29%-
HSV(B)20.96º95%86.27%-
XYZ32.7521.582.76-
YUV116.3468.56201.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 69.84%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 11 (4.69% from 255) = 3.49%
R=69.84%
G=26.67%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220841100.620.950.1420.9690.4845.29
HexDC54B03E5FE155a2d
Octal33412413076137162513255
Binary1101110010101001011011111010111111110101011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC540B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC540B; }

 p { color: rgb(220,84,11); }

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

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

 a { background-color: rgb(220,84,11); }

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

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

 span { border-color: rgb(220,84,11); }

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